Skip to content

Commit

Permalink
chore: Build linux packages as release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Dec 13, 2024
1 parent a2ee495 commit 5a25bf5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@ checksum:
algorithm: sha384
name_template: SHA384SUMS

nfpms:
- id: default
maintainer: Jan Graichen <[email protected]>
description: Docker Volume Plugin for OpenStack Cinder
license: MIT License
formats:
- deb
- rpm
- apk
bindir: /usr/bin
contents:
- src: ./example/cinder.json
dst: /etc/docker/cinder.json
type: config
- src: ./example/docker-plugin-cinder.socket
dst: /etc/systemd/system/docker-plugin-cinder.socket
- src: ./example/docker-plugin-cinder.service
dst: /etc/systemd/system/docker-plugin-cinder.service

changelog:
use: git

Expand Down

0 comments on commit 5a25bf5

Please sign in to comment.