fix: systemd stuff; pipeline; packagebuild

This commit is contained in:
Florian Bauer
2025-01-22 13:32:24 +01:00
parent a0731fe67d
commit 4fa048090a
5 changed files with 97 additions and 0 deletions

27
.goreleaser.yaml Normal file
View File

@@ -0,0 +1,27 @@
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