Skip to content

Commit 7469a93

Browse files
fix: add nfpms to fast release for linux/amd64 deb/rpm packages
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 67ece2b commit 7469a93

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.goreleaser-fast.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ dockers:
5050
- "docker.io/raystack/{{.ProjectName}}:{{ .Tag }}"
5151
- "docker.io/raystack/{{.ProjectName}}:{{ .Tag }}-amd64"
5252

53+
nfpms:
54+
- maintainer: Raystack
55+
description: Identity and authorization system
56+
homepage: https://github.com/raystack/frontier
57+
license: Apache 2.0
58+
formats:
59+
- deb
60+
- rpm
61+
5362
# Skip changelog - full release will generate it
5463
changelog:
5564
disable: true

0 commit comments

Comments
 (0)