From 8b4387d0874652b1ec3b05b2346d0187513e7160 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 19 Dec 2024 09:50:37 -0500 Subject: [PATCH] fix: publish-aztec-packages.yml (#10880) Typo in arch --- .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]