feat: use goreleaser to build binaries

This commit is contained in:
Yuxing Deng
2024-10-21 14:56:35 +08:00
parent 4c1db385fc
commit 4d17a53d3e
9 changed files with 141 additions and 125 deletions

View File

@@ -6,4 +6,6 @@ cd $(dirname $0)
./download
./validate
./build
./package
if [ -z "${SKIP_PACKAGE}" ]; then
./package
fi