mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 05:08:13 -05:00
26 lines
351 B
YAML
26 lines
351 B
YAML
before:
|
|
hooks:
|
|
- go mod tidy -v
|
|
builds:
|
|
- id: universal
|
|
env:
|
|
- CGO_ENABLED=1
|
|
flags:
|
|
- -tags
|
|
- sqlite
|
|
ldflags:
|
|
- -s -w
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- arm
|
|
- arm64
|
|
- amd64
|
|
- s390x
|
|
goarm:
|
|
- 7
|
|
gomips:
|
|
- softfloat
|
|
main: ./cmd/dashboard
|
|
binary: dashboard
|