Skip to content

Commit

Permalink
Revert build base update (#3029)
Browse files Browse the repository at this point in the history
* Base images restored

* Changelog updated
  • Loading branch information
Razz4780 authored Jan 22, 2025
1 parent b99ea5f commit 351220f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
Improved handling of incoming connections on the local machine (e.g
introduces reuse of local HTTP connections).
[#3013](https://github.com/metalbear-co/mirrord/issues/3013)
- Moved to an older builder base image for aarch64 to support centos-7 libc.
[#3024](https://github.com/metalbear-co/mirrord/issues/3024)


### Internal
Expand Down
4 changes: 2 additions & 2 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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:8ca4a4e9757a5749c384c57c3435e56c2b442458e14e4cb7ecbaec4d557f5d69"
image = "ghcr.io/metalbear-co/ci-layer-build:latest"

[target.aarch64-unknown-linux-gnu]
image = "ghcr.io/metalbear-co/ci-layer-build-aarch64:4c99d799d297ddec935914907b94d899bd0a2349155cec934492ef19a69ddbf0"
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main"

0 comments on commit 351220f

Please sign in to comment.