Added darwin arm64 support (yay gh workflows finally works)

This commit is contained in:
2025-08-03 12:56:07 +03:00
parent b60c640e14
commit 7af2e15961

View File

@@ -18,8 +18,7 @@ jobs:
exclude:
- goarch: "386" # darwin/386 not supported
goos: darwin
- goarch: arm64 # windows/arm64 well supported now, but you can exclude if you like
goos: darwin
steps:
- uses: actions/checkout@v4