Skip to content

Commit ce16472

Browse files
committed
build: Add apk and archlinux package builds
1 parent a3ef7a7 commit ce16472

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ nfpms:
157157
formats:
158158
- deb
159159
- rpm
160+
- apk
161+
- archlinux
160162
priority: extra
161163
contents:
162164
- src: release/config/config.json

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ proto_install:
6161
release:
6262
go run ./cmd/internal/build goreleaser release --clean --skip-publish || exit 1
6363
mkdir dist/release
64-
mv dist/*.tar.gz dist/*.zip dist/*.deb dist/*.rpm dist/release
64+
mv dist/*.tar.gz dist/*.zip dist/*.deb dist/*.rpm dist/*.apk dist/*.pkg.tar.zst dist/release
6565
ghr --replace --draft --prerelease -p 3 "v${VERSION}" dist/release
6666
rm -r dist/release
6767

0 commit comments

Comments
 (0)