Skip to content

Commit 1fcdaf6

Browse files
committed
chore: add deb, rpm, and ipk packages for linuxaid-cli and linuxaid-install in the assets
Signed-off-by: Sidharth Jawale <sidharth@obmondo.com>
1 parent 0073c4d commit 1fcdaf6

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

.goreleaser-gitea.yaml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,57 @@ builds:
8686
- -X main.Version={{ .Tag }}
8787
- -s -w
8888

89+
nfpms:
90+
- id: linuxaid-cli-package
91+
package_name: linuxaid-cli
92+
ids:
93+
- linuxaid-cli
94+
file_name_template: >-
95+
{{- .PackageName }}_
96+
{{- .Tag }}_
97+
{{- .Os }}_
98+
{{- .Arch }}
99+
{{- if .Arm }}v{{ .Arm }}{{ end -}}
100+
{{- .ConventionalExtension }}
101+
vendor: Obmondo
102+
homepage: https://gitea.obmondo.com/EnableIT/linuxaid-cli
103+
maintainer: Obmondo <ops@obmondo.com>
104+
description: |-
105+
LinuxAid CLI tool.
106+
Command-line interface for LinuxAid.
107+
license: MIT
108+
formats:
109+
- deb
110+
- rpm
111+
- ipk
112+
bindir: /usr/bin
113+
mtime: "{{ .CommitDate }}"
114+
115+
- id: linuxaid-install-package
116+
package_name: linuxaid-install
117+
ids:
118+
- linuxaid-install
119+
file_name_template: >-
120+
{{- .PackageName }}_
121+
{{- .Tag }}_
122+
{{- .Os }}_
123+
{{- .Arch }}
124+
{{- if .Arm }}v{{ .Arm }}{{ end -}}
125+
{{- .ConventionalExtension }}
126+
vendor: Obmondo
127+
homepage: https://gitea.obmondo.com/EnableIT/linuxaid-cli
128+
maintainer: Obmondo <ops@obmondo.com>
129+
description: |-
130+
LinuxAid installer tool.
131+
Installation utility for Openvox via LinuxAid.
132+
license: MIT
133+
formats:
134+
- deb
135+
- rpm
136+
- ipk
137+
bindir: /usr/bin
138+
mtime: "{{ .CommitDate }}"
139+
89140
gitea_urls:
90141
api: https://gitea.obmondo.com/api/v1
91142
download: https://gitea.obmondo.com

0 commit comments

Comments
 (0)