Replies: 1 comment
-
|
there's a feature for split/merge workflows: https://goreleaser.com/customization/partial/ I haven't tried specifically for arm runners, but I think it should work if you split by PS: it's only worth it if you really need to avoid cross-compiling (e.g. CGO), otherwise it needlessly complicates things too much, IMO. Let me know if you have any more questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to run multi-arch workflows where it actually uses a separate runner for it, but I'm not sure if this is supported at the moment?
There is in public repos the ability to use ubuntu-24.04-arm runners which are native.
Beta Was this translation helpful? Give feedback.
All reactions