We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would have normally raised a PR for this, but the go-release workflow is pulled in from another repo and might be used in other places as well.
It would be nice to have the docker image not only build for amd64, but also arm64.
An approach on how to achieve this with a .goreleaser.yaml file can be found here: https://pet2cattle.com/2023/08/golang-releaser
.goreleaser.yaml
The text was updated successfully, but these errors were encountered:
I'll queue that up. Thanks but I already have multi-architecture image builds in other repos
https://github.com/itzg/mc-router/blob/master/.goreleaser.yml
The shared workflow imposes no constraint on that.
Sorry, something went wrong.
No branches or pull requests
I would have normally raised a PR for this, but the go-release workflow is pulled in from another repo and might be used in other places as well.
It would be nice to have the docker image not only build for amd64, but also arm64.
An approach on how to achieve this with a
.goreleaser.yaml
file can be found here:https://pet2cattle.com/2023/08/golang-releaser
The text was updated successfully, but these errors were encountered: