mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
build: Add apk and archlinux package builds
This commit is contained in:
parent
a3ef7a7d88
commit
ce164724ea
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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/release
|
||||
mv dist/*.tar.gz dist/*.zip dist/*.deb dist/*.rpm dist/*.apk dist/*.pkg.tar.zst dist/release
|
||||
ghr --replace --draft --prerelease -p 3 "v${VERSION}" dist/release
|
||||
rm -r dist/release
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue