mapserver/.goreleaser.yaml
Buckaroo Banzai fc7303947d
Cicd overhaul (#393)
* go mod tidy

* alpha channel temp fix

* cicd overhaul

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2024-06-28 17:29:29 +02:00

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