Add completions for linux packages

This commit is contained in:
世界 2024-09-23 22:12:19 +08:00
parent e586d9e9bc
commit 95606191d8
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
12 changed files with 2202 additions and 79 deletions

View file

@ -32,6 +32,9 @@ ci_build:
go build $(PARAMS) $(MAIN)
go build $(MAIN_PARAMS) $(MAIN)
generate_completions:
go run -v --tags generate,generate_completions $(MAIN)
install:
go build -o $(PREFIX)/bin/$(NAME) $(MAIN_PARAMS) $(MAIN)
@ -71,7 +74,6 @@ release:
dist/*.deb \
dist/*.rpm \
dist/*_amd64.pkg.tar.zst \
dist/*_amd64v3.pkg.tar.zst \
dist/*_arm64.pkg.tar.zst \
dist/release
ghr --replace --draft --prerelease -p 3 "v${VERSION}" dist/release