mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-02 23:57:59 +00:00
chore(io/transform/gsheet2csv): update .goreleaser.yaml with more builds
This commit is contained in:
parent
ae0e02b5aa
commit
968b375221
@ -18,36 +18,33 @@ builds:
|
|||||||
- id: gsheet2csv
|
- id: gsheet2csv
|
||||||
binary: gsheet2csv
|
binary: gsheet2csv
|
||||||
main: ./cmd/gsheet2csv
|
main: ./cmd/gsheet2csv
|
||||||
|
<<: &build_defaults
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
ldflags:
|
ldflags:
|
||||||
- -s -w -X main.version={{.Env.VERSION}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
|
- -s -w -X main.version={{.Env.VERSION}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- aix
|
||||||
- windows
|
|
||||||
- darwin
|
- darwin
|
||||||
|
- dragonfly
|
||||||
|
- freebsd
|
||||||
|
- illumos
|
||||||
|
- js
|
||||||
|
- linux
|
||||||
|
- netbsd
|
||||||
|
- openbsd
|
||||||
|
- plan9
|
||||||
|
- solaris
|
||||||
|
- wasip1
|
||||||
|
- windows
|
||||||
- id: gsheet2env
|
- id: gsheet2env
|
||||||
binary: gsheet2env
|
binary: gsheet2env
|
||||||
main: ./cmd/gsheet2env
|
main: ./cmd/gsheet2env
|
||||||
env:
|
<<: *build_defaults
|
||||||
- CGO_ENABLED=0
|
|
||||||
ldflags:
|
|
||||||
- -s -w -X main.version={{.Env.VERSION}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
|
|
||||||
goos:
|
|
||||||
- linux
|
|
||||||
- windows
|
|
||||||
- darwin
|
|
||||||
- id: gsheet2tsv
|
- id: gsheet2tsv
|
||||||
binary: gsheet2tsv
|
binary: gsheet2tsv
|
||||||
main: ./cmd/gsheet2tsv
|
main: ./cmd/gsheet2tsv
|
||||||
env:
|
<<: *build_defaults
|
||||||
- CGO_ENABLED=0
|
|
||||||
ldflags:
|
|
||||||
- -s -w -X main.version={{.Env.VERSION}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
|
|
||||||
goos:
|
|
||||||
- linux
|
|
||||||
- windows
|
|
||||||
- darwin
|
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- id: gsheet2csv
|
- id: gsheet2csv
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user