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

ci(build): speed up multi-platform builds, and add arm/v6 and arm/v7 support #5

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

jimehk
Copy link
Contributor

@jimehk jimehk commented Apr 18, 2024

This is a bit of "hacky" solution to for speedy builds. It essentially uses goreleaser to build a suite of multi-platform binaries on the host platform, then exposes them to the Docker build process with a Dockerfile which will grab the correct binary depending on the target platform that the build process is running on.

…support

This is a bit of "hacky" solution to for speedy builds. It essentially
uses goreleaser to build a suite of multi-platform binaries on the host
platform, then exposes them to the Docker build process with a
Dockerfile which will grab the correct binary depending on the target
platform that the build process is running on.
@jimehk jimehk merged commit fa1d3f8 into main Apr 18, 2024
3 checks passed
@jimehk jimehk deleted the speed-up-multi-platform-builds branch April 18, 2024 12:57
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.

1 participant