Skip to content

Commit 835ba26

Browse files
committed
fix: workflow panic
1 parent 286caac commit 835ba26

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
goarch: ["386", amd64, arm, arm64]
2020
exclude:
2121
- goos: windows
22-
goarch: ["arm", "386", "arm64"]
22+
goarch: arm
23+
- goos: windows
24+
goarch: arm64
25+
- goos: windows
26+
goarch: 386
2327
fail-fast: true
2428
steps:
2529
- uses: actions/checkout@master

0 commit comments

Comments
 (0)