Skip to content

Commit 2d54d89

Browse files
committed
fix goreleaser (empty_dir was deprecated)
1 parent 5dafd75 commit 2d54d89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ builds:
2525
- hardfloat
2626
- softfloat
2727
goarm:
28-
- 6
29-
- 7
28+
- "6"
29+
- "7"
3030
ignore:
3131
# pretty sure all 64bit MIPS chips have a FPU
3232
- { goarch: mips64, gomips: softfloat }
@@ -78,8 +78,8 @@ nfpms:
7878
- src: dist/ping_exporter.d/systemd-*.conf
7979
dst: /usr/local/share/ping_exporter/
8080

81-
empty_folders:
82-
- /run/systemd/system/ping_exporter.service.d
81+
- dst: /run/systemd/system/ping_exporter.service.d
82+
type: dir
8383

8484
overrides:
8585
deb:

0 commit comments

Comments
 (0)