-
Is there a way to ignore certain GOOS/GOARCH combinations when we run For context, we have different OS' that we work and develop on, but production is almost always linux/amd64 — so I'd like to disable arm variants for Linux/OSX etc.. When creating a release. |
Beta Was this translation helpful? Give feedback.
Answered by
till
Aug 2, 2024
Replies: 1 comment 2 replies
-
I think you can probably leave just the production build in the yaml, and then build locally with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Been trying this and a few other options. We currently use:
goreleaser r --snapshot --clean --skip=publish
To build the binary and build the docker image. I think I need multiple config files.
Btw, is there a place to talk about the Pro pricing? I saw it might do what I need, but unsure how pricing applies to us.