mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 21:17:30 +00:00
28 lines
333 B
YAML
28 lines
333 B
YAML
env:
|
|
- GO111MODULE=on
|
|
|
|
before:
|
|
hooks:
|
|
- go mod download
|
|
|
|
builds:
|
|
-
|
|
env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
- windows
|
|
goarch:
|
|
- "386"
|
|
- "amd64"
|
|
|
|
archives:
|
|
-
|
|
format_overrides:
|
|
- goos: windows
|
|
formats: [ zip ]
|
|
|
|
checksum:
|
|
name_template: 'checksums.txt'
|