Skip to content

Commit

Permalink
Go >=1.15 drops support for 32-bit binaries on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Nov 19, 2021
1 parent 5e78595 commit 488e6b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o build/goignore.exe *.go
GOOS=linux GOARCH=386 go build -ldflags "-s -w" -o build/goignore-x86 *.go
GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o build/goignore *.go
GOOS=darwin GOARCH=386 go build -ldflags "-s -w" -o build/goignore-darwin-x86 *.go
GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w" -o build/goignore-darwin *.go
- uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 488e6b0

Please sign in to comment.