mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
20 lines
233 B
YAML
20 lines
233 B
YAML
before:
|
|
hooks:
|
|
- make install
|
|
|
|
builds:
|
|
- binary: wtf
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- 386
|
|
- amd64
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
- GOPROXY="https://gocenter.io"
|
|
|
|
archive:
|
|
wrap_in_directory: true
|