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 0e64b9d commit b98eb94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
# Include amd64 on all platforms.
goos: [windows, freebsd, openbsd, linux, darwin]
goarch: [amd64, 386]
exclude:
# Exclude i386 on darwin.
- goarch: 386
goos: darwin
include:
# BEIGIN MacOS ARM64
- goos: darwin
Expand Down

0 comments on commit b98eb94

Please sign in to comment.