Skip to content

Commit

Permalink
fix: workflow panic
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 30, 2024
1 parent 286caac commit 835ba26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
goarch: ["386", amd64, arm, arm64]
exclude:
- goos: windows
goarch: ["arm", "386", "arm64"]
goarch: arm
- goos: windows
goarch: arm64
- goos: windows
goarch: 386
fail-fast: true
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 835ba26

Please sign in to comment.