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

binary generate for mac amd64 is working on M1 chip machine and the one generated for mac arm64 is failing #208

Open
pandurangpatil opened this issue Jun 12, 2023 · 2 comments

Comments

@pandurangpatil
Copy link

pandurangpatil commented Jun 12, 2023

Repository - https://github.com/Privado-Inc/goastgen/tree/xgo-executable-build

When I tried making a build for executable binary using xgo for the above-mentioned repository on a given branch.

Created build over an Ubuntu machine using command sudo xgo --targets=linux/amd64,linux/arm64,darwin/amd64,darwin/arm64,windows/amd64 ./goastgen/

No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.2 LTS
Release:	20.04
Codename:	focal

The weird observation is binary generated for drawin-amd64 is working on Mac with an M1 chip and the one generated as darwin-arm64 is not working on Mac with M1 chip

Mac machine details

image
@bearsh
Copy link
Contributor

bearsh commented Jun 12, 2023

can you please provide a meaningful description.

@pandurangpatil
Copy link
Author

Got stuck in another call. In the process of updating the description.

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

No branches or pull requests

2 participants