Files
uploads3/hack/config.yaml
ayflying 6bbb25546b
Some checks failed
Release / build (push) Failing after 5m3s
Release / release (push) Has been skipped
增加更多的编译平台
2025-10-30 15:53:06 +08:00

24 lines
578 B
Go

# CLI tool, only in development environment.
# https://goframe.org/docs/cli
gfcli:
build:
name: "uploads3"
arch: "amd64,386,arm,arm64"
system: "windows,linux,darwin,freebsd,netbsd,openbsd"
mod: "none"
packSrc: "hack,resource,manifest"
# version: "v1.0.0"
path: "./bin"
extra: -trimpath -ldflags="-s -w"
# cgo: true
dumpEnv: true
gen:
dao:
- link: "mysql:root:12345678@tcp(127.0.0.1:3306)/test"
descriptionTag: true
docker:
build: "-a amd64 -s linux -p temp -ew"
tagPrefixes:
- my.image.pub/my-app