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

Build linux binaries with docker buildx #13

Merged
merged 1 commit into from
Jun 2, 2022
Merged

Conversation

jon-signal
Copy link

As near as I can tell, docker build does not support and never has supported a --platform flag. This changes the build process to use docker buildx, which does allow us to build platform-specific images (in my case, via QEMU). The change in build process does result in changing some binary names to match the architecture strings we're passing to Docker, but that should all be hidden from end users.

@jon-signal jon-signal requested a review from a team June 1, 2022 23:33
@jon-signal jon-signal force-pushed the jon/docker_buildx branch from 2d3f76d to ae9002d Compare June 1, 2022 23:39
@jon-signal jon-signal merged commit 5304acb into master Jun 2, 2022
@jon-signal jon-signal deleted the jon/docker_buildx branch June 2, 2022 19:27
@jon-signal jon-signal mentioned this pull request Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants