vip-manager icon indicating copy to clipboard operation
vip-manager copied to clipboard

create Dockerfile for building binary and possibly packages using golang image instead of golang:alpine

Open markwort opened this issue 5 years ago • 2 comments

To facilitate building for other platforms (that don't support new enough golang version, see #42 ) we should consider creating a Dockerfile that uses golang, not golang:alpine (due to musl libc vs. glibc incompatibilities) and builds the binary. That Dockerfile could be used to create packages as well, then we could create a github action that will automatically build and publish packages of new builds.

markwort avatar Jun 22 '20 09:06 markwort

I would go with goreleaser for building packages with GitHub Actions

pashagolub avatar Aug 14 '20 13:08 pashagolub

📅 This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. ♻️ If you think there is new information allowing us to address the issue, please reopen it and provide us with updated details. 🤝 Thank you for your contributions.

github-actions[bot] avatar Aug 10 '22 11:08 github-actions[bot]