Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 15, 2024
1 parent 32da7dd commit 4f51829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux,windows, darwin]
goos: [linux]
#goos: [linux, windows, darwin]
goarch: [amd64, arm64]
exclude:
- goarch: arm64
Expand Down

0 comments on commit 4f51829

Please sign in to comment.