Skip to content

Commit ce80e6c

Browse files
authored
Bump Linux ARM64 Docker image to ubuntu:24.04 (#3535)
1 parent 311c0bc commit ce80e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)