From 351220fc94a843429a212c2ea5f98db6ee38d831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Smolarek?= <34063647+Razz4780@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:04:12 +0100 Subject: [PATCH] Revert build base update (#3029) * Base images restored * Changelog updated --- CHANGELOG.md | 2 -- Cross.toml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e23be72090..bda379d047d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cross.toml b/Cross.toml index dfca795a2e4..4c7e75cb182 100644 --- a/Cross.toml +++ b/Cross.toml @@ -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" \ No newline at end of file +image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main" \ No newline at end of file