Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ChainSafe
/
docker-socket-policy
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
4
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add arm64 multi-arch release artifacts (closes #26)
- #31
#31
Merged
abienkowski
merged 16 commits into
main
ChainSafe/docker-socket-policy:main
from
feat/arm64-multi-arch
ChainSafe/docker-socket-policy:feat/arm64-multi-arch
Copy head branch name to clipboard
Sep 12, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Add arm64 multi-arch release artifacts (closes #26)
#31
abienkowski
merged 16 commits into
main
ChainSafe/docker-socket-policy:main
from
feat/arm64-multi-arch
ChainSafe/docker-socket-policy:feat/arm64-multi-arch
Copy head branch name to clipboard
Commits
Commits on Sep 12, 2026
fix: eliminate race conditions in release-go job
Show description for 7d88cbc
abienkowski
committed
7d88cbc
View commit details
Copy full SHA for 7d88cbc
Browse repository at this point
ci: add arm64 Rust binary build with cross-compilation
abienkowski
committed
31296b6
View commit details
Copy full SHA for 31296b6
Browse repository at this point
ci/docker: enable multi-arch builds (amd64, arm64) for all implementations
abienkowski
committed
087e315
View commit details
Copy full SHA for 087e315
Browse repository at this point
docs: update reproducible-builds.md for multi-arch support (amd64, arm64)
abienkowski
committed
042c145
View commit details
Copy full SHA for 042c145
Browse repository at this point
docs: document multi-arch support and fix static linking claims
abienkowski
committed
6105466
View commit details
Copy full SHA for 6105466
Browse repository at this point
fix: handle native docker build fallback for TARGETPLATFORM/TARGETARCH (reproducible-build)
abienkowski
committed
4273fa6
View commit details
Copy full SHA for 4273fa6
Browse repository at this point
fix: properly detect architecture in native docker build for go/Dockerfile
abienkowski
committed
35170f1
View commit details
Copy full SHA for 35170f1
Browse repository at this point
fix: use sh -c to prevent variable expansion during dockerfile parse (not heredoc)
abienkowski
committed
1a0bf79
View commit details
Copy full SHA for 1a0bf79
Browse repository at this point
fix: use backslash continuation instead of sh -c for proper variable handling
abienkowski
committed
0a917c4
View commit details
Copy full SHA for 0a917c4
Browse repository at this point
fix: use /bin/bash -c with proper quoting for shell conditionals in RUN
abienkowski
committed
aecaa76
View commit details
Copy full SHA for aecaa76
Browse repository at this point
fix: use heredoc with quoted EOF to prevent variable expansion at parse time
abienkowski
committed
02586cd
View commit details
Copy full SHA for 02586cd
Browse repository at this point
debug: add diagnostic logging for TARGETARCH/TARGETPLATFORM and uname -m
abienkowski
committed
09e48ff
View commit details
Copy full SHA for 09e48ff
Browse repository at this point
fix: docker heredoc syntax - add -c flag to /bin/bash for heredoc support
abienkowski
committed
455df54
View commit details
Copy full SHA for 455df54
Browse repository at this point
fix: use single-quoted bash -c with line continuations instead of heredoc
abienkowski
committed
2e65c7e
View commit details
Copy full SHA for 2e65c7e
Browse repository at this point
fix: use SHELL directive to set bash as default shell for RUN commands
abienkowski
committed
bf6694b
View commit details
Copy full SHA for bf6694b
Browse repository at this point
fix: use /bin/sh instead of /bin/bash - stagex images use busybox
abienkowski
committed
21cd4af
View commit details
Copy full SHA for 21cd4af
Browse repository at this point
You can’t perform that action at this time.