Skip to content

Commit d8827f7

Browse files
committed
Bump Linux ARM64 Docker image to ubuntu:24.04
1 parent 49c6696 commit d8827f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-linux-aarch64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ docker run $(if test -t 1; then echo "-it"; fi) --rm \
1616
-w /data \
1717
-e "CI=$CI" \
1818
-e "JAVA_OPTS=-Djdk.lang.Process.launchMechanism=vfork" \
19-
ubuntu:20.04 \
19+
ubuntu:24.04 \
2020
/data/utils/build-linux-aarch64-from-docker.sh

0 commit comments

Comments
 (0)