Skip to content

Commit

Permalink
Adapt goreleaser to latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Sep 29, 2021
1 parent 1cbc8b2 commit 2026a40
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,13 @@ nfpms:
#files:
# "builder/files/": "/etc/init.d"
# "path/**/glob": "/var/foo/glob"
config_files:
"builder/files/dkron.yml": "/etc/dkron/dkron.yml"
"builder/files/dkron.service": "/lib/systemd/system/dkron.service"
contents:
- src: builder/files/dkron.yml
dst: /etc/dkron/dkron.yml
type: config
- src: builder/files/dkron.service
dst: /lib/systemd/system/dkron.service
type: config

overrides:
rpm:
Expand Down

0 comments on commit 2026a40

Please sign in to comment.