Skip to content

Commit

Permalink
actually use correct docker image for appimage build
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Sep 29, 2023
1 parent 3814bc7 commit cb61760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
with:
docker_image_name: ubuntu_for_appimage
- name: Run build
run: docker-compose run --rm ubuntu_lts ./appimage/build.sh --src-dir /qtox
run: docker-compose run --rm ubuntu_for_appimage ./appimage/build.sh --src-dir /qtox
- name: Upload appimage
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 3 additions & 1 deletion buildscripts/docker/Dockerfile.ubuntu_lts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ RUN apt-get -y --force-yes install \
libzstd1 \
libzstd-dev \
libdav1d-dev \
libmfx-dev
libmfx-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN mkdir -p /src/tox && \
cd /src/tox && \
Expand Down

0 comments on commit cb61760

Please sign in to comment.