gomods / athens

A Go module datastore and proxy
https://docs.gomods.io
MIT License
4.38k stars 492 forks source link

Add builds for ARM64 #1869

Closed justenwalker closed 1 year ago

justenwalker commented 1 year ago

Describe the solution you'd like

I would like for there to be official builds of docker.io/gomods/athens for ARM64 Additionally, it would be nice to have a native build for MacOS M1/M2 chips too

In AWS (and perhaps other cloud providers); ARM CPUs are generally cheaper than Intel/x86_64 ones; however the docker images and binaries built in this repository are for AMD64 architecture only.

Describe alternatives you've considered

Additional context

goreleaser supports building Universal binaries which packages a single binary for MacOS that supports Intel and Apple Silicon.

justenwalker commented 1 year ago

Looks like #1862 has an implementation

DrPsychick commented 1 year ago

Closing as #1862 has been merged and will be released with 0.13.0

mloiseleur commented 8 months ago

Is there a release planned ?

DrPsychick commented 7 months ago

We're aiming to do a release in the next 2 weeks.