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: formats:
- deb - deb
- rpm - rpm
- apk
- archlinux - archlinux
priority: extra priority: extra
contents: contents:

View file

@ -61,7 +61,7 @@ proto_install:
release: release:
go run ./cmd/internal/build goreleaser release --clean --skip-publish || exit 1 go run ./cmd/internal/build goreleaser release --clean --skip-publish || exit 1
mkdir dist/release 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 ghr --replace --draft --prerelease -p 3 "v${VERSION}" dist/release
rm -r dist/release rm -r dist/release