Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add builds for ARM64 #1869

Closed
justenwalker opened this issue May 3, 2023 · 4 comments
Closed

Add builds for ARM64 #1869

justenwalker opened this issue May 3, 2023 · 4 comments
Milestone

Comments

@justenwalker
Copy link

justenwalker commented May 3, 2023

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

  • I could use amd64 CPU instead; but ARM is starting to take over the server market due to its more favorable pricing.
  • I could build from source to get arm64 binaries; but then no one else could benefit, unless I were to maintain a fork.

Additional context

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

@justenwalker
Copy link
Author

Looks like #1862 has an implementation

@DrPsychick DrPsychick added this to the 0.13.0 milestone May 7, 2023
@DrPsychick
Copy link
Member

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

@mloiseleur
Copy link
Contributor

Is there a release planned ?

@DrPsychick
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants