mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Add goreleaser config
This commit is contained in:
parent
b6dff0c877
commit
4c5edad61e
13
.goreleaser.yml
Normal file
13
.goreleaser.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
before:
|
||||||
|
hooks:
|
||||||
|
- make install
|
||||||
|
|
||||||
|
builds:
|
||||||
|
- binary: wtf
|
||||||
|
goos:
|
||||||
|
- darwin
|
||||||
|
- linux
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
ldflags:
|
||||||
|
- -X main.builtat=$(shell date +%FT%T%z)"
|
Loading…
x
Reference in New Issue
Block a user