-
I installed goreleaser using
After initializing goreleaser in my go app directory, I ran:
It successfully built many target binaries, but failed on windows_arm64: My OS version is: Big Sur 11.6 Any ideas how to resolve this issue? I can successfully create the windows_arm64 binary using:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Does It seems to me that the version of x/sys you are using does not support windows/arm64 🤔 |
Beta Was this translation helpful? Give feedback.
Does
GOOS=windows GOARCH=arm64 go build .
works?It seems to me that the version of x/sys you are using does not support windows/arm64 🤔