server_box_monitor/.goreleaser.yml
2023-03-18 00:34:33 +08:00

13 lines
173 B
YAML

project_name: server_box_monitor
builds:
- env: [CGO_ENABLED=0]
goos:
- linux
goarch:
- amd64
- arm64
- arm
goarm:
- 6
- 7