Skip to content

Commit

Permalink
Fix goreleaser config (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta authored Jul 14, 2024
1 parent cd2697f commit 62a0dc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: 2
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- dir: .
env:
Expand All @@ -18,7 +17,7 @@ builds:
- arm
- arm64
goarm:
- 7
- "7"
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit 62a0dc9

Please sign in to comment.