mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Also created a PR in the upstream repo to fix this: https://github.com/yfronto/newrelic/pull/61
16 lines
174 B
YAML
16 lines
174 B
YAML
before:
|
|
hooks:
|
|
- make install
|
|
|
|
builds:
|
|
- binary: wtf
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- 386
|
|
- amd64
|
|
|
|
archive:
|
|
wrap_in_directory: true
|