Skip to content

Commit

Permalink
Add visualboyadvance
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasbob committed Oct 22, 2020
1 parent 28712aa commit 10339b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ on:
branches:
- master

# Publish `v1.2.3` tags as releases.
tags:
- v*

# Run tests for any PRs.
pull_request:

env:
# TODO: Change variable to your image's name.
IMAGE_NAME: twitch-plays-x

jobs:
Expand Down Expand Up @@ -51,7 +48,6 @@ jobs:
run: docker build . --file Dockerfile --tag $IMAGE_NAME

- name: Log into GitHub Container Registry
# TODO: Create a PAT with `read:packages` and `write:packages` scopes and save it as an Actions secret `CR_PAT`
run: echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin

- name: Push image to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM jlesage/baseimage-gui:ubuntu-18.04-v3

# Install xterm.
RUN add-pkg xterm xdotool nodejs
RUN add-pkg xterm xdotool nodejs visualboyadvance

# Copy the start script.
COPY startapp.sh /startapp.sh
Expand Down
2 changes: 1 addition & 1 deletion startapp.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec /usr/bin/xterm
exec /usr/bin/vba -F

0 comments on commit 10339b6

Please # to comment.