Skip to content

Commit

Permalink
fix: publish-aztec-packages.yml (#10880)
Browse files Browse the repository at this point in the history
Typo in arch
  • Loading branch information
ludamad authored Dec 19, 2024
1 parent ebd6aba commit 8b4387d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-aztec-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8b4387d

Please sign in to comment.