Skip to content

Commit a0b05bf

Browse files
committed
BUG: Downgrade aarch64 tag for gcc-11 toolset
Downgrades docker container image tag for compatibility with ITK build archives built with gcc-11 toolset. See tags at https://quay.io/repository/pypa/manylinux_2_28_aarch64?tab=tags
1 parent 77d09a6 commit a0b05bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dockcross-manylinux-set-vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TARGET_ARCH=${TARGET_ARCH:=x64}
4141
if [[ ${MANYLINUX_VERSION} == _2_28 && ${TARGET_ARCH} == x64 ]]; then
4242
IMAGE_TAG=${IMAGE_TAG:=20221205-459c9f0}
4343
elif [[ ${MANYLINUX_VERSION} == _2_28 && ${TARGET_ARCH} == aarch64 ]]; then
44-
IMAGE_TAG=${IMAGE_TAG:=2022-11-28-5d13db4}
44+
IMAGE_TAG=${IMAGE_TAG:=2022-11-19-1b19e81}
4545
elif [[ ${MANYLINUX_VERSION} == 2014 ]]; then
4646
IMAGE_TAG=${IMAGE_TAG:=20221201-fd49c08}
4747
else

0 commit comments

Comments
 (0)