mage
mage copied to clipboard
Specify `GOARM`: is there a reason this is not supported?
You can specify GOOS
(-goos
) and GOARCH
(-goarch
), but not GOARM
to build the binary.
I already forked the repository and ready to do a PR, but I wanted to check with you if there is an existing reason perhaps why this is not supported?
Thanks!