We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ee495 commit 5a25bf5Copy full SHA for 5a25bf5
.goreleaser.yml
@@ -15,6 +15,25 @@ checksum:
15
algorithm: sha384
16
name_template: SHA384SUMS
17
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
+
37
changelog:
38
use: git
39
0 commit comments