Skip to content

Commit

Permalink
Merge pull request #83 from pantheon-systems/upgrade-gorelaser
Browse files Browse the repository at this point in the history
Upgrade goreleaser config file
  • Loading branch information
aamirtiwari authored Jul 17, 2024
2 parents 7c5a648 + 6fd77a6 commit 4f223bc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: pauditd

builds:
Expand All @@ -13,9 +15,7 @@ builds:

archives:
- id: tarball
replacements:
linux: Linux
amd64: x86_64
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'

checksum:
name_template: 'checksums.txt'
Expand Down Expand Up @@ -45,8 +45,6 @@ nfpms:
overrides:
rpm:
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Timestamp }}-{{ .Arch }}"
replacements:
amd64: x86_64

## build and push
dockers:
Expand Down

0 comments on commit 4f223bc

Please sign in to comment.