Skip to content
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

Update GitHub Action Workflow to Build Multi-Architecture Docker Images #136

Merged
merged 4 commits into from
Oct 14, 2024

Conversation

singatias
Copy link
Contributor

This PR updates the GitHub Actions workflow to support building Docker images for multiple architectures (e.g., linux/amd64, linux/arm64). It includes the following changes:

Configured docker/setup-buildx-action for multi-platform builds.
Added matrix strategy for architecture selection.
Conditional steps for building and pushing images based on branch and event type.
Note: Please do not merge this PR. If you agree with the changes and resolution, I will apply the same updates to the other workflows.

@singatias singatias marked this pull request as ready for review October 13, 2024 18:26
@jsbroks jsbroks merged commit b42a204 into ctrlplanedev:main Oct 14, 2024
16 checks passed
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.

2 participants