We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu:24.04
1 parent 49c6696 commit d8827f7Copy full SHA for d8827f7
.github/scripts/build-linux-aarch64.sh
@@ -16,5 +16,5 @@ docker run $(if test -t 1; then echo "-it"; fi) --rm \
16
-w /data \
17
-e "CI=$CI" \
18
-e "JAVA_OPTS=-Djdk.lang.Process.launchMechanism=vfork" \
19
- ubuntu:20.04 \
+ ubuntu:24.04 \
20
/data/utils/build-linux-aarch64-from-docker.sh
0 commit comments