Files
ocsp-server/.goreleaser.yaml
2025-01-22 13:32:24 +01:00

28 lines
421 B
YAML

version: 2
builds:
- env:
- CGO_ENABLED=0
flags:
- -trimpath
ldflags:
- -s
- -w
goarch:
- amd64
- arm64
goos:
- linux
nfpms:
- maintainer: "Florian Bauer"
formats:
- deb
scripts:
postinstall: ./init/postinstall.sh
contents:
- src: ./init/ocspcrl@.service
dst: /etc/systemd/system/ocspcrl@.service
type: config