Skip to content

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

Merged
brb merged 1 commit intomainfrom
pr/tklauser/image-release-push
Jun 20, 2025
Merged

ci: add workflow to build and push release multi-arch Docker images#569
brb merged 1 commit intomainfrom
pr/tklauser/image-release-push

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 <tobias@cilium.io>
@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