ci: native multi-arch Docker builds with cargo-chef#938
Merged
Conversation
- Replace QEMU cross-compilation with native per-arch builds on ubuntu-22.04 (amd64) and ubuntu-22.04-arm (arm64) - Introduce cargo-chef in Dockerfile for dependency layer caching - Split Docker pipeline into build-docker → build-docker-seed0 → merge-docker-manifests → tag-secondary-images → cleanup - Use GHA layer cache (mode=max) scoped per architecture - Decouple secondary namespace tagging from build steps - Add JWT-based Docker Hub API auth for intermediate tag cleanup - Bump foundry-toolchain to v1.8 Closes #922 Closes #925
3alpha
added a commit
that referenced
this pull request
Jun 9, 2026
* ci: native multi-arch Docker builds with cargo-chef - Replace QEMU cross-compilation with native per-arch builds on ubuntu-22.04 (amd64) and ubuntu-22.04-arm (arm64) - Introduce cargo-chef in Dockerfile for dependency layer caching - Split Docker pipeline into build-docker → build-docker-seed0 → merge-docker-manifests → tag-secondary-images → cleanup - Use GHA layer cache (mode=max) scoped per architecture - Decouple secondary namespace tagging from build steps - Add JWT-based Docker Hub API auth for intermediate tag cleanup - Bump foundry-toolchain to v1.8 Closes #922 Closes #925 * Fix foundry version
3alpha
added a commit
that referenced
this pull request
Jun 10, 2026
* Bumps deps for v0.14.3 * Bump usc, fix blockifier issues * Format fix * Bump starknet versions * Bump lockfile * bump edition * ci: native multi-arch Docker builds with cargo-chef (#938) * ci: native multi-arch Docker builds with cargo-chef - Replace QEMU cross-compilation with native per-arch builds on ubuntu-22.04 (amd64) and ubuntu-22.04-arm (arm64) - Introduce cargo-chef in Dockerfile for dependency layer caching - Split Docker pipeline into build-docker → build-docker-seed0 → merge-docker-manifests → tag-secondary-images → cleanup - Use GHA layer cache (mode=max) scoped per architecture - Decouple secondary namespace tagging from build steps - Add JWT-based Docker Hub API auth for intermediate tag cleanup - Bump foundry-toolchain to v1.8 Closes #922 Closes #925 * Fix foundry version * Bump devtools nightly to match rust 1.96
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Usage related changes
No user-facing changes. Docker images are built and published identically.
Development related changes
ubuntu-22.04(amd64) andubuntu-22.04-arm(arm64), significantly reducing build times.build-docker→build-docker-seed0→merge-docker-manifests→tag-secondary-images→cleanup-docker-intermediate-tags.mode=maxfor maximum layer reuse.imagetools createafter primary manifests are merged, rather than during build.Closes #922
Closes #925
Checklist:
./scripts/format.sh./scripts/clippy_check.sh./scripts/check_unused_deps.sh./scripts/check_spelling.sh./website/README.md