Skip to content

Commit

Permalink
Merge pull request #62 from ataseren/main
Browse files Browse the repository at this point in the history
Fix for goreleaser
  • Loading branch information
ErdemOzgen authored Nov 4, 2024
2 parents 9573f13 + 140e123 commit b4d4339
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 b4d4339

Please sign in to comment.