Skip to content

Commit

Permalink
Use image from xLightsSequencer/xlights-build-docker for building
Browse files Browse the repository at this point in the history
  • Loading branch information
cjd committed Nov 28, 2023
1 parent 11a97ea commit e8ba822
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Ubuntu_Window_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'true'
- run: docker pull debenham/xlights
- run: docker run --name buildvm debenham/xlights /bin/bash Recipe.appimage
- run: docker pull ghcr.io/xlightssequencer/xlights-build-docker:master
- run: docker run --name buildvm ghcr.io/xlightssequencer/xlights-build-docker /bin/bash Recipe.appimage
- run: 'docker cp buildvm:/xLights/xLights/AppImage/ /tmp/'
- run: ls -lh /tmp/AppImage

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
git:
depth: 3
script:
- docker pull debenham/xlights
- docker run --name buildvm debenham/xlights /bin/bash Recipe.appimage
- docker pull docker pull ghcr.io/xlightssequencer/xlights-build-docker:master
- docker run --name buildvm ghcr.io/xlightssequencer/xlights-build-docker /bin/bash Recipe.appimage
after_success:
- docker cp buildvm:/xLights/xLights/AppImage/ /tmp/
- ls -lh /tmp/*
Expand Down

0 comments on commit e8ba822

Please sign in to comment.