-
Notifications
You must be signed in to change notification settings - Fork 355
openbsd/arm not listed as a valid build target #140
Comments
@jeroenjacobs79 with a few hacks to https://github.com/mitchellh/gox/blob/master/platform.go |
golang/go#27532 --> windows/arm64: github.com/mitchellh/gox 3 errors occurred: --> freebsd/riscv64 error: exit status 2 --> linux/riscv64 error: exit status 1 PS C:\Users\black\Downloads\gox-master\gox-master> |
|
riscv targets if in newer go perhaps... |
As a "work-around" I created a makefile and just use "make -j" for concurrent builds, which does the job as well. It removes the dependency on hard-coded os/arch targets which currently exists in gox. Beware, here be dragons: https://github.com/jeroenjacobs79/tobw/blob/develop/Makefile |
i was to lazy to reboot to linux for the day ... on own laptop , i added a few less likely targets . #142 riscv64 in golang is newish , windows arm is barely alive... with Gentoo emerge can get around a good many as well but BSD is unfortunately deprecated. |
gox does not list openbsd/arm as a valid target:
Trying to build executable:
However, building by Go directly works just fine:
Version info:
The text was updated successfully, but these errors were encountered: