mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
14 lines
187 B
YAML
14 lines
187 B
YAML
before:
|
|
hooks:
|
|
- make install
|
|
|
|
builds:
|
|
- binary: wtf
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
ldflags:
|
|
- -X main.builtat=$(shell date +%FT%T%z)"
|