Skip to content

Commit

Permalink
not use cgo
Browse files Browse the repository at this point in the history
not support 386
  • Loading branch information
chenjia404 committed Jul 2, 2023
1 parent 1e420ab commit 04209f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ before:
- go generate ./...
builds:
- env:
- CGO_ENABLED=1
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: windows
Expand Down

0 comments on commit 04209f7

Please sign in to comment.