fc7303947d
* go mod tidy * alpha channel temp fix * cicd overhaul --------- Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
14 lines
207 B
YAML
14 lines
207 B
YAML
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- linux
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
ldflags:
|
|
- -s -w -X mapserver/app.Version={{.Version}}
|
|
changelog:
|
|
sort: asc
|