create Dockerfile for building binary and possibly packages using golang image instead of golang:alpine
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.
I would go with goreleaser for building packages with GitHub Actions
📅 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.