-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can't build for MacOS amd64/arm64 #7
Comments
I built it with crazy-max/xgo, but not sure yet if it works. |
encounter same err when build amd64 linux on m2 mac
with command |
@gkdgo Try to use crazy-max/xgo, I used it on Linux (Ubuntu) and built it for MacOS successfully. Hope it will help 👍 |
thanks , but it seems like it's no longer maintained . |
Hi! I am trying to build app (php-heic-to-jpg) on linux (Ubuntu) for MacOS and getting error for both architectures
ios/amd64
Command:
CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build -o "bin/heicToJpg-ios-amd64" github.com/MaestroError/php-heic-to-jpg
Error:
ios/arm64
Command:
CGO_ENABLED=1 GOOS=darwin GOARCH=arm64 go build -o "bin/heicToJpg-ios-arm64" github.com/MaestroError/php-heic-to-jpg
Error:
Please, tell me If you will need any other information about the error from me. I am sure we can solve this problem 👍
The text was updated successfully, but these errors were encountered: