mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +01:00
15 lines
341 B
YAML
15 lines
341 B
YAML
builds:
|
|
- id: zrok-armv7
|
|
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:
|
|
- CC=arm-linux-gnueabi-gcc
|
|
- CGO_ENABLED=1
|
|
- CC_FOR_TARGET=gcc-arm-linux-gnueabi
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- arm
|
|
goarm:
|
|
- 7 |