Skip to content

Commit

Permalink
Merge pull request #212 from notimaginative/fix_appimage_creation_on_…
Browse files Browse the repository at this point in the history
…arm64

use specific Ubuntu version for docker (22.04-jammy)
  • Loading branch information
JohnAFernandez authored Jun 22, 2024
2 parents 6e3eb6d + db21b8c commit 03c80a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/create_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ docker run --rm \
-v "$REPO_ROOT":/repo \
-v "$PUBLISH_DIR":/PublishDir \
-v "$OUTPUT_DIR":/OutputDir \
-t $DOCKER_ARCH/ubuntu \
-t $DOCKER_ARCH/ubuntu:jammy \
/bin/bash -xc "/repo/ci/bundle_appimage.sh"

0 comments on commit 03c80a1

Please sign in to comment.