Skip to content

Commit

Permalink
2024.05.12
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed May 12, 2024
1 parent 29423f6 commit b03476c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
matrix:
goos: [windows, freebsd, openbsd, linux, darwin]
goos: [windows, freebsd, linux, darwin]
goarch: [amd64, 386]
exclude:
- goarch: 386
Expand Down Expand Up @@ -113,11 +113,11 @@ jobs:
- goos: freebsd
goarch: arm
goarm: 7
- goos: openbsd
goarch: arm64
- goos: openbsd
goarch: arm
goarm: 7
# - goos: openbsd
# goarch: arm64
# - goos: openbsd
# goarch: arm
# goarm: 7
# - goos: linux
# goarch: mipsle
# gomips: softfloat
Expand Down

0 comments on commit b03476c

Please sign in to comment.