mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
Added darwin arm64 support (yay gh workflows finally works)
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user