mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-09-17 22:29:06 +02:00
18 lines
188 B
YAML
18 lines
188 B
YAML
env:
|
|
- GO111MODULE=on
|
|
|
|
before:
|
|
hooks:
|
|
- go mod download
|
|
|
|
builds:
|
|
-
|
|
env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
|
|
dist: _output
|