Skip to content

Commit

Permalink
Updated goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
lmika committed Feb 21, 2024
1 parent 7f43ff9 commit 2f9adb7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ nfpms:
- deb
- rpm
bindir: /usr/local/bin
empty_folders:
- /var/lib/broadtail/
- /usr/local/etc/broadtail
contents:
- src: package/broadtail.service
dst: /etc/systemd/system/broadtail.service
type: config
- src: package/config.yaml
dst: /usr/local/etc/broadtail/config.yaml
type: "config|noreplace"
- dst: /var/lib/broadtail/
type: dir
- dst: /usr/local/etc/broadtail
type: dir
scripts:
postinstall: package/postinstall.sh
preremove: package/preremove.sh
Expand Down

0 comments on commit 2f9adb7

Please sign in to comment.