a8m / envsubst

Environment variables substitution for Go
MIT License
747 stars 83 forks source link

Add actions to test and build binaries for x86_64/arm64 #33

Closed apenney closed 2 years ago

apenney commented 2 years ago

Hi!

We really need to build this binary for arm64 (we're switching to m1 macs) and I figured it wouldn't be fair to ask you to put any work in so I whipped this up. This PR:

I'd love it if you'd merge this and cut a release :)

a8m commented 2 years ago

Thanks a lot for the contribution @apenney, and sorry for the delay. I'm too busy with other OSS projects lately.

a8m commented 2 years ago

Action is failing.

https://github.com/a8m/envsubst/actions/runs/1492199865

apenney commented 2 years ago

Weird, I think go.dev was just acting up, https://go.dev/VERSION?m=text was failing - I think another run will magically fix it :(

a8m commented 2 years ago

Still failing :|

a8m commented 2 years ago

OK, I reverted it for now and uploaded binaries for Linux and Mac (arm64). Please, if you have time to debug and resubmit this PR (maybe check it on your repository), it will be great. Thanks!