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

allow x86_64 binaries on arm64 for darwin #2045

Merged
merged 2 commits into from
Jul 14, 2021
Merged

Conversation

sriv
Copy link
Member

@sriv sriv commented Jul 14, 2021

No description provided.

these binaries can run on rosetta2

Signed-off-by: sriv <srikanth.ddit@gmail.com>
os := runtime.GOOS
arch := getGoArch()
fmt.Println(os + "/" + arch)
Copy link
Member

Choose a reason for hiding this comment

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

Is do we really want to print this?

Copy link
Member Author

Choose a reason for hiding this comment

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

nope, my bad. fixed.

Signed-off-by: sriv <srikanth.ddit@gmail.com>
@zabil zabil merged commit 32c3dd5 into master Jul 14, 2021
@zabil zabil deleted the allow_rosetta_darwin branch July 14, 2021 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants