Remove apk build due to missing openrc configuration

This commit is contained in:
世界 2023-11-14 17:19:29 +08:00
parent e21f84932c
commit cbef1b1e59
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 1 additions and 2 deletions

View File

@ -158,7 +158,6 @@ nfpms:
formats:
- deb
- rpm
- apk
- archlinux
priority: extra
contents:

View File

@ -61,7 +61,7 @@ proto_install:
release:
go run ./cmd/internal/build goreleaser release --clean --skip-publish || exit 1
mkdir dist/release
mv dist/*.tar.gz dist/*.zip dist/*.deb dist/*.rpm dist/*.apk dist/*.pkg.tar.zst dist/release
mv dist/*.tar.gz dist/*.zip dist/*.deb dist/*.rpm dist/*.pkg.tar.zst dist/release
ghr --replace --draft --prerelease -p 3 "v${VERSION}" dist/release
rm -r dist/release