Skip to content

Commit

Permalink
Merge pull request #2 from ricardofabila/update-goreleaser
Browse files Browse the repository at this point in the history
chore | update goreleaser
  • Loading branch information
ricardofabila authored Mar 30, 2024
2 parents bc04d6f + f95d9ed commit a15e851
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ builds:
- CGO_ENABLED=0
goos:
- linux
## - windows
- darwin
# Binary name.
# Can be a path (e.g. `bin/app`) to wrap the binary in a directory.
# Default is the name of the project directory.
binary: 'fox_{{ .Target }}'
binary: 'hapi_{{ .Target }}'
no_unique_dist_dir: true
archives:
-
Expand All @@ -26,12 +25,6 @@ archives:
format: zip
wrap_in_directory: false
strip_parent_binary_folder: true
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit a15e851

Please sign in to comment.