mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-26 21:01:19 +08:00
24 lines
378 B
YAML
24 lines
378 B
YAML
project_name: m7s
|
|
archives:
|
|
-
|
|
files:
|
|
- favicon.ico
|
|
builds:
|
|
- id: "all"
|
|
main: ./example/default/main.go
|
|
env:
|
|
- CGO_ENABLED=0
|
|
tags:
|
|
- sqlite
|
|
ldflags:
|
|
- -s -w -X m7s.live/v5.Version={{.Tag}}
|
|
goos:
|
|
- linux
|
|
- windows
|
|
- darwin
|
|
goarch:
|
|
- arm64
|
|
- amd64
|
|
hooks:
|
|
pre:
|
|
- go mod tidy |