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

docker-build: create multi-arch image amd64,arm64 #84

Merged
merged 2 commits into from
Mar 23, 2024

Conversation

andrewkroh
Copy link
Member

@andrewkroh andrewkroh commented Mar 21, 2024

Use docker buildx to produce a multi-arch image that can run natively on linux/amd64 and linux/arm64.

Sanitize the branch name because it is used as a docker tag. Special characters need to be removed.

Closes #77

References

@andrewkroh andrewkroh force-pushed the multiarch-docker branch 3 times, most recently from b68216b to 699337c Compare March 22, 2024 20:17
Use docker buildx to produce a multi-arch image that can run natively on
linux/amd64 and linux/arm64.

Closes elastic#77
@andrewkroh andrewkroh changed the title build multi-arch docker image (amd64,arm64) docker-build: create multi-arch image amd64,arm64 Mar 22, 2024
@andrewkroh andrewkroh requested a review from a team March 22, 2024 20:38
@andrewkroh andrewkroh marked this pull request as ready for review March 22, 2024 20:38
@elasticmachine
Copy link

💚 Build Succeeded

History

@andrewkroh andrewkroh requested a review from a team March 22, 2024 21:50
@andrewkroh andrewkroh merged commit fd04728 into elastic:main Mar 23, 2024
7 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.

[ci] Produce multi-platform image (amd64, arm64)
4 participants