release 0.0.2

This commit is contained in:
2026-02-05 20:52:57 +08:00
parent dbbfce1c4f
commit b4c15bf78c
3 changed files with 18 additions and 1 deletions

View File

@@ -53,6 +53,13 @@ tasks:
CGO_ENABLED: '{{.CGO_ENABLED | default "0"}}'
GOARCH: "{{.ARCH | default ARCH}}"
build:prod:
summary: Builds the application for Windows
deps:
- task: build
cmds:
- upx --best --lzma "{{.BIN_DIR}}/{{.APP_NAME}}.exe"
build:docker:
summary: Cross-compiles for Windows using Docker with Zig (for CGO builds on non-Windows)
internal: true