chore: trigger devcontainer-push on workflow changes#5507
Merged
chore: trigger devcontainer-push on workflow changes#5507
Conversation
Replace QEMU emulation with GitHub's native ARM64 runners for 22x faster builds. Use matrix strategy with push-by-digest pattern for multi-platform image creation. Key changes: - Remove QEMU setup, add matrix build on ubuntu-24.04-arm - Implement push-by-digest pattern with artifact-based merge - Add digest validation and platform verification - Scope GHA cache per platform to prevent thrashing - Reduce timeouts (build: 4h, merge: 30m) Expected performance: 22x faster ARM64 builds (33.5min → 1.5min based on real-world benchmarks). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Docker registry names must be lowercase. Changed from github.repository_owner (which can be uppercase) to hardcoded lowercase 'prql'.
Add .github/workflows/build-devcontainer.yaml to the devcontainer-push path filter so that changes to the workflow itself trigger a full build and push cycle. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Summary
.github/workflows/build-devcontainer.yamlto thedevcontainer-pushpath filterThis ensures that changes to the build-devcontainer workflow itself trigger a full build and push cycle, allowing us to test the complete multi-platform manifest creation.
Test plan
🤖 Generated with Claude Code