Linux package creation (deb/rpm/apk). Use for creating Linux packages. NOT for Windows/macOS packages or container images.
# Install nfpm
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
# Or download from https://github.com/goreleaser/nfpm/releases
# Initialize config
nfpm init
# Build package
nfpm pkg --config .nfpm.yaml --target ./dist/
# Required fields