Skip to content

Commit

Permalink
Update go-build.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: bepass <[email protected]>
  • Loading branch information
uoosef authored Jan 23, 2024
1 parent 2e3a7ba commit 0e64b9d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,8 @@ jobs:
strategy:
matrix:
# Include amd64 on all platforms.
goos: [windows, freebsd, openbsd, linux, dragonfly, darwin]
goos: [windows, freebsd, openbsd, linux, darwin]
goarch: [amd64, 386]
exclude:
# Exclude i386 on darwin and dragonfly.
- goarch: 386
goos: dragonfly
- goarch: 386
goos: darwin
include:
# BEIGIN MacOS ARM64
- goos: darwin
Expand Down

0 comments on commit 0e64b9d

Please sign in to comment.