Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Nov 11, 2023
1 parent a96cf01 commit 3d60601
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ before:
- go mod tidy
# you may remove this if you don't need go generate
- go run scripts/generate.go
universal_binaries:
- replace: false

builds:
- env:
Expand All @@ -22,6 +20,10 @@ builds:
goos:
- windows
- darwin
ignore:
- goos: windows
goarch: arm64


archives:
- format: tar.gz
Expand Down

0 comments on commit 3d60601

Please sign in to comment.