Skip to content

Commit

Permalink
install lib postal
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 5, 2024
1 parent c1b6666 commit d7ae7ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ archives:
- goos: windows
format: zip

checksum:
name_template: 'checksums.txt'
# checksum:
# name_template: 'checksums.txt'

# snapshot:
# name_template: "{{ .Tag }}"
Expand All @@ -46,8 +46,8 @@ checksum:
# - artifacts: checksum
# args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]

sboms:
- artifacts: archive
# sboms:
# - artifacts: archive

# changelog:
# sort: asc
Expand Down
14 changes: 10 additions & 4 deletions .goreleaser.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ builds:
goos:
- darwin
goarch:
- "386"
- amd64
- arm
- arm64
goarm:
- "7"
Expand All @@ -33,8 +36,11 @@ archives:
- goos: windows
format: zip

checksum:
name_template: 'checksums.txt'
universal_binaries:
- replace: true

# checksum:
# name_template: 'checksums.txt'

# snapshot:
# name_template: "{{ .Tag }}"
Expand All @@ -43,8 +49,8 @@ checksum:
# - artifacts: checksum
# args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]

sboms:
- artifacts: archive
# sboms:
# - artifacts: archive

# changelog:
# sort: asc
Expand Down

0 comments on commit d7ae7ae

Please sign in to comment.