mirror of https://github.com/maxcnunes/gaper.git
12 lines
156 B
YAML
12 lines
156 B
YAML
|
builds:
|
||
|
- main: main.go
|
||
|
binary: gaper
|
||
|
goos:
|
||
|
- windows
|
||
|
- darwin
|
||
|
- linux
|
||
|
goarch:
|
||
|
- amd64
|
||
|
env:
|
||
|
- CGO_ENABLED=0
|