mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
11 lines
237 B
YAML
11 lines
237 B
YAML
builds:
|
|
- main: ./cmd/zrok
|
|
binary: zrok
|
|
ldflags: "-s -w -X github.com/openziti/zrok/build.Version={{.Tag}} -X github.com/openziti/zrok/build.Hash={{.ShortCommit}}"
|
|
env:
|
|
- CGO_ENABLED=1
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|