Skip to content

ci: add workflow to build and push release multi-arch Docker images #569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2025

Conversation

tklauser
Copy link
Member

Rather than letting Dockerhub build the images (which only suppports building amd64 in the subscription the Cilium project is using), use a GitHub actions workflow to build and push Docker images for amd64 and arm64 on release.

Fixes #262

@tklauser tklauser requested a review from brb June 19, 2025 13:35
@tklauser tklauser requested a review from a team as a code owner June 19, 2025 13:35
Rather than letting Dockerhub build the images (which only suppports
building amd64 in the subscription the Cilium project is using), use a
GitHub actions workflow to build and push Docker images for amd64 and
arm64 on release.

Signed-off-by: Tobias Klauser <[email protected]>
@tklauser tklauser force-pushed the pr/tklauser/image-release-push branch from 5bfe491 to a0da9d6 Compare June 19, 2025 13:45
@tklauser
Copy link
Member Author

Looks like we need to define repo secrets for DockerHub username and password: https://github.com/cilium/pwru/actions/runs/15759403771/job/44422209509?pr=569

@brb brb merged commit 945b34a into main Jun 20, 2025
8 of 10 checks passed
@tklauser tklauser deleted the pr/tklauser/image-release-push branch June 24, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-arch container image
2 participants