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

Native support for Apple Silicon (arm64) #243

Open
rakleed opened this issue Nov 3, 2022 · 4 comments
Open

Native support for Apple Silicon (arm64) #243

rakleed opened this issue Nov 3, 2022 · 4 comments

Comments

@rakleed
Copy link

rakleed commented Nov 3, 2022

Could you please add native support for Apple Silicon (arm64) for macOS?

More: https://developer.apple.com/documentation/apple-silicon/porting-your-macos-apps-to-apple-silicon

@jdelrue
Copy link

jdelrue commented Nov 21, 2022

+1

1 similar comment
@MathiasDeWeerdt
Copy link

+1

@dsaiko
Copy link

dsaiko commented Dec 29, 2022

Why do you think systray is not natively supported for arm64?
All works for me building arm64 and amd64 binaries on M1 mac:

GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 go build -o ./bin/app-macos-amd64
GOOS=darwin GOARCH=arm64 CGO_ENABLED=1 go build -o ./bin/app-macos-arm64

@davidnewhall
Copy link

I've been compiling for m1 macs for nearly a year. Works fine.

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

5 participants