Skip to content

Commit

Permalink
fix goreleaser (empty_dir was deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
czerwonk committed Nov 22, 2022
1 parent 5dafd75 commit 2d54d89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ builds:
- hardfloat
- softfloat
goarm:
- 6
- 7
- "6"
- "7"
ignore:
# pretty sure all 64bit MIPS chips have a FPU
- { goarch: mips64, gomips: softfloat }
Expand Down Expand Up @@ -78,8 +78,8 @@ nfpms:
- src: dist/ping_exporter.d/systemd-*.conf
dst: /usr/local/share/ping_exporter/

empty_folders:
- /run/systemd/system/ping_exporter.service.d
- dst: /run/systemd/system/ping_exporter.service.d
type: dir

overrides:
deb:
Expand Down

0 comments on commit 2d54d89

Please sign in to comment.