Skip to content

Commit

Permalink
use older builder base image for aarch64 to support centos-7 libc (#3025
Browse files Browse the repository at this point in the history
)

* use older builder base image for aarch64 to support centos-7 libc

* ..
  • Loading branch information
aviramha authored Jan 21, 2025
1 parent db82881 commit 95c79bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
image = "ghcr.io/metalbear-co/ci-layer-build-aarch64:4c99d799d297ddec935914907b94d899bd0a2349155cec934492ef19a69ddbf0"
1 change: 1 addition & 0 deletions changelog.d/3024.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use older builder base image for aarch64 to support centos-7 libc

0 comments on commit 95c79bd

Please sign in to comment.