fishi0x01 / vsh

vsh - HashiCorp Vault interactive shell and cli tool
MIT License
284 stars 12 forks source link

build arm architectures #70

Closed mattlqx closed 3 years ago

mattlqx commented 3 years ago

I'm running on a MacBook Pro M1 so I would like native builds and tests to use that native build.

mattlqx commented 3 years ago

After some testing, it appears that arm64 fails to build on amd64 platforms with go 1.15. Looks like this will be fixed in go 1.16, so I guess the easiest thing to do is just disable those until then.

fishi0x01 commented 3 years ago

Looks like today is the day :sunglasses:

https://blog.golang.org/go1.16

fishi0x01 commented 3 years ago

I took the freedom to incorporate your idea in a new PR https://github.com/fishi0x01/vsh/pull/83 - the source of this PR is deleted, so I couldn't test or submit to it.

mattlqx commented 3 years ago

Ah yeah, thanks I deleted my fork when I was invited to this repo.