Skip to content

Commit 03c80a1

Browse files
Merge pull request #212 from notimaginative/fix_appimage_creation_on_arm64
use specific Ubuntu version for docker (22.04-jammy)
2 parents 6e3eb6d + db21b8c commit 03c80a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/create_appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ docker run --rm \
5959
-v "$REPO_ROOT":/repo \
6060
-v "$PUBLISH_DIR":/PublishDir \
6161
-v "$OUTPUT_DIR":/OutputDir \
62-
-t $DOCKER_ARCH/ubuntu \
62+
-t $DOCKER_ARCH/ubuntu:jammy \
6363
/bin/bash -xc "/repo/ci/bundle_appimage.sh"

0 commit comments

Comments
 (0)