Skip to content

Commit 5a25bf5

Browse files
committed
chore: Build linux packages as release artifacts
1 parent a2ee495 commit 5a25bf5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.goreleaser.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,25 @@ checksum:
1515
algorithm: sha384
1616
name_template: SHA384SUMS
1717

18+
nfpms:
19+
- id: default
20+
maintainer: Jan Graichen <[email protected]>
21+
description: Docker Volume Plugin for OpenStack Cinder
22+
license: MIT License
23+
formats:
24+
- deb
25+
- rpm
26+
- apk
27+
bindir: /usr/bin
28+
contents:
29+
- src: ./example/cinder.json
30+
dst: /etc/docker/cinder.json
31+
type: config
32+
- src: ./example/docker-plugin-cinder.socket
33+
dst: /etc/systemd/system/docker-plugin-cinder.socket
34+
- src: ./example/docker-plugin-cinder.service
35+
dst: /etc/systemd/system/docker-plugin-cinder.service
36+
1837
changelog:
1938
use: git
2039

0 commit comments

Comments
 (0)