mirror of
https://github.com/openziti/zrok.git
synced 2024-11-23 00:23:48 +01:00
6 lines
228 B
YAML
6 lines
228 B
YAML
builds:
|
|
- main: ./cmd/zrok
|
|
- ldflags: "-s -w -X github.com/openziti-test-kitchen/zrok/build.Version=${{.Tag}} -X github.com/openziti-test-kitchen/zrok/build.Hash=${{.ShortCommit}}"
|
|
- ignore:
|
|
- goarch: arm
|
|
- goarch: arm64 |