From 80a872df68b0594d6dab442edcbf963a7c257152 Mon Sep 17 00:00:00 2001 From: Maddiaa <47148561+Maddiaa0@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:06:15 +0800 Subject: [PATCH] fix: remove arch tag in sandbox images (#11233) aztecprotocol/foundry has been pushed as a manifest --- aztec-up/bin/docker-compose.sandbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aztec-up/bin/docker-compose.sandbox.yml b/aztec-up/bin/docker-compose.sandbox.yml index 999aa567685..78933ce4c03 100644 --- a/aztec-up/bin/docker-compose.sandbox.yml +++ b/aztec-up/bin/docker-compose.sandbox.yml @@ -1,6 +1,6 @@ services: ethereum: - image: aztecprotocol/foundry:25f24e677a6a32a62512ad4f561995589ac2c7dc-${ARCH_TAG:-amd64} + image: aztecprotocol/foundry:25f24e677a6a32a62512ad4f561995589ac2c7dc entrypoint: > sh -c ' if [ -n "$$FORK_BLOCK_NUMBER" ] && [ -n "$$FORK_URL" ]; then