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

Adding arm64 architecture so it can be used on the M1 CircleCI hardware. #57

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

szweier
Copy link

@szweier szweier commented Mar 15, 2023

No description provided.

@@ -4,7 +4,7 @@
],
"plugins": [
["@semantic-release/github", {
"assets": ["go-earlybird-linux", "go-earlybird-macos", "go-earlybird.exe"],
"assets": ["go-earlybird-linux", "go-earlybird-macos", "go-earlybird.exe", "go-earlybird-arm64-macos"],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if we want to build fat, or just arm? My personal preference would be fat, but the trend on the internet appears to be platform specific, so as long as we can still build on Intel and Apple silicon at the same time, I guess this is fine.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go build natively does not support fat binaries. We would need to use something which is not part of go-build -> golang/go#53281

@szweier
Copy link
Author

szweier commented Mar 16, 2023

@grinish21 would you be able to merge this when you have a moment, it looks like I don't have write access to be able to merge the PR even with approvals.

@grinish21 grinish21 merged commit 32468b4 into americanexpress:main Mar 16, 2023
@github-actions
Copy link

🎉 This PR is included in version 3.14.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants