joho / godotenv

A Go port of Ruby's dotenv library (Loads environment variables from .env files)
http://godoc.org/github.com/joho/godotenv
MIT License
8.5k stars 406 forks source link

Create ARM release for godotenv binary? #179

Open evandam opened 2 years ago

evandam commented 2 years ago

Hey @joho I was just wondering if it was possible to have an ARM release for this project? It would be great to just install it with curl in environments where golang is not actually installed.

Thanks!

joho commented 2 years ago

Yep, I think this is 100% reasonable, will figure out how I can jam it into the current releases building github action.

joho commented 2 years ago

Seems someone did it for us in #174 just testing it now

rfay commented 2 years ago

Looks like this was fixed in #174 right? But we need a release created?