Skip to content

Commit

Permalink
goreleaser fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fsrv-xyz committed Dec 31, 2021
1 parent 5040efa commit 39a5702
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Expand Up @@ -21,22 +21,22 @@ builds:
- amd64
- arm64
ignore:
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm64

archives:
- name_template: '{{.ProjectName}}-{{.Tag}}-{{.Os}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}'
wrap_in_directory: true
format: zip
files:
- README.md
- README.org
- LICENSE
- name_template: '{{.ProjectName}}-{{.Tag}}-{{.Os}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}'
id: targz-archives
wrap_in_directory: true
format: tar.gz
files:
- README.md
- README.org
- LICENSE

checksum:
Expand Down

0 comments on commit 39a5702

Please sign in to comment.