Skip to content

Commit

Permalink
ci: disable goreleaser builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesog committed Dec 18, 2022
1 parent 73ee85c commit 7e03b88
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@ before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- skip: true
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit 7e03b88

Please sign in to comment.