gox icon indicating copy to clipboard operation
gox copied to clipboard

Support for riscv64

Open qdm12 opened this issue 3 years ago • 5 comments

riscv64 is supported by the Go toolchain, it would be nice to add it to gox.

Thanks!

qdm12 avatar Jun 03 '21 15:06 qdm12

Hi,

I installed the gox with following command.

go get github.com/mitchellh/gox

But gox -h is not working, It says bash: gox: command not found

kirana1996 avatar Oct 06 '21 04:10 kirana1996

@kirana1996 I think that's irrelevant right? This issue is about adding the compilation option of riscv64 to gox, not to build gox differently. Maybe make sure your $GOBIN is in your environment path.

qdm12 avatar Oct 15 '21 14:10 qdm12

I added support for linux/riscv64 to my fork, if you need it. https://github.com/dsorm/gox

dsorm avatar Oct 25 '21 22:10 dsorm

Will this be included in the mainstream?

jershell avatar May 04 '22 10:05 jershell

up

jershell avatar Dec 02 '22 13:12 jershell