Skip to content

Commit

Permalink
actually specify the image for appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Sep 29, 2023
1 parent 6543cc1 commit 3814bc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ services:
context: ./buildscripts
dockerfile: docker/Dockerfile.ubuntu_lts
<<: *shared_params
ubuntu_for_appimage:
image: qtox_ubuntu_appimage:latest
build:
context: ./buildscripts
dockerfile: docker/Dockerfile.ubuntu_for_appimage
<<: *shared_params
flatpak:
image: qtox_flatpak:latest
# Flatpak build uses pivot_root() in tcl build
Expand Down

0 comments on commit 3814bc7

Please sign in to comment.