1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00
juanfont.headscale/docs/packaging
Kristoffer Dalby b684ac0668 Simplify goreleaser, package deb and rpm
This commit simplifies the goreleaser configuration and then adds nfpm
support which allows us to build .deb and .rpm for each of the ARCH we
support.

The deb and rpm packages adds systemd services and users, creates
directories etc and should in general give the user a working
environment. We should be able to remove a lot of the complicated,
PEBCAK inducing documentation after this.

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2023-04-07 11:06:42 +02:00
..
headscale.systemd.service Simplify goreleaser, package deb and rpm 2023-04-07 11:06:42 +02:00
postinstall.sh Simplify goreleaser, package deb and rpm 2023-04-07 11:06:42 +02:00
postremove.sh Simplify goreleaser, package deb and rpm 2023-04-07 11:06:42 +02:00
README.md Simplify goreleaser, package deb and rpm 2023-04-07 11:06:42 +02:00

Packaging

We use nFPM for making .deb, .rpm and .apk.

This folder contains files we need to package with these releases.