Skip to content

Commit

Permalink
Configuration on goreleaser yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ataseren committed Nov 4, 2024
1 parent d9f0e70 commit cdc275b
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 cdc275b

Please sign in to comment.