Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,12 @@ function release {
# Users can create aztec-packages releases manually via the GitHub "Create a release" button.
release_bb_github

# release-image is first so arm64 can stitch the multi-arch manifest while amd64
# is still in the npm/cargo/github publish loop. arm64 otherwise idles for
# ~11 minutes in release-image/bootstrap.sh's "Waiting for amd64 image to be
# pushed..." poll.
projects=(
release-image
barretenberg/cpp
barretenberg/ts
barretenberg/rust
Expand All @@ -530,7 +535,6 @@ function release {
boxes
aztec-up
playground
release-image
)
if [ $(arch) == arm64 ]; then
projects=(
Expand Down
Loading