ci: только linux/windows amd64 — mac/arm пока не нужны
This commit is contained in:
@@ -36,11 +36,8 @@ jobs:
|
||||
needs: test
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [linux, windows, darwin]
|
||||
goarch: [amd64, arm64]
|
||||
exclude:
|
||||
- goos: windows
|
||||
goarch: arm64
|
||||
goos: [linux, windows]
|
||||
goarch: [amd64]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user