diff --git a/Cross.toml b/Cross.toml index 8339c1d1fd2..dfca795a2e4 100644 --- a/Cross.toml +++ b/Cross.toml @@ -5,8 +5,7 @@ passthrough = [ # Dockerfile used for building mirrord-layer for x64 with very old libc # this to support centos7 or Amazon Linux 2. [target.x86_64-unknown-linux-gnu] -image = "ghcr.io/metalbear-co/ci-layer-build:latest" +image = "ghcr.io/metalbear-co/ci-layer-build:8ca4a4e9757a5749c384c57c3435e56c2b442458e14e4cb7ecbaec4d557f5d69" -# 0.2.5 doesn't work (lacks clang?) [target.aarch64-unknown-linux-gnu] -image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main" \ No newline at end of file +image = "ghcr.io/metalbear-co/ci-layer-build-aarch64:4c99d799d297ddec935914907b94d899bd0a2349155cec934492ef19a69ddbf0" \ No newline at end of file diff --git a/changelog.d/3024.fixed.md b/changelog.d/3024.fixed.md new file mode 100644 index 00000000000..c584f5269ed --- /dev/null +++ b/changelog.d/3024.fixed.md @@ -0,0 +1 @@ +use older builder base image for aarch64 to support centos-7 libc