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

fix: statically compile when doing direct docker build #145

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

ekristen
Copy link
Owner

The preferred method of building is to use goreleaser but this method is in place for quick and easy builds for testing purposes, unfortunately it didn't match the goreleaser configuration, this resolves that.

This turns on static compilation for the binary when being built directly with docker instead of goreleaser.

Resolve #144

@ekristen ekristen merged commit 78a22ea into main Apr 17, 2024
4 checks passed
@ekristen ekristen deleted the fix-docker-build branch April 17, 2024 14:50
@ekristen
Copy link
Owner Author

🎉 This PR is included in version 3.0.0-beta.44 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ekristen
Copy link
Owner Author

🎉 This PR is included in version 3.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Direct docker build image binary does not work
1 participant