From dfe947f9c58cb109b76fa809724d451e3517835a Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 19 Dec 2024 09:05:01 -0500 Subject: [PATCH] fix: publish-aztec-packages.yml --- .github/workflows/publish-aztec-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-aztec-packages.yml b/.github/workflows/publish-aztec-packages.yml index 89d31e6642a..fa3f8a053e3 100644 --- a/.github/workflows/publish-aztec-packages.yml +++ b/.github/workflows/publish-aztec-packages.yml @@ -121,7 +121,7 @@ jobs: run: | sudo shutdown -P 80 ./bootstrap.sh image-aztec - docker tag aztecprotocol/aztec:${{ env.GIT_COMMIT }} aztecprotocol/aztec:${{ env.GIT_COMMIT }}-x86_64 + docker tag aztecprotocol/aztec:${{ env.GIT_COMMIT }} aztecprotocol/aztec:${{ env.GIT_COMMIT }}-arm64 docker push aztecprotocol/aztec:${{ env.GIT_COMMIT }}-arm64 build-nargo-x86: needs: [configure, build-aztec-x86]