mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 00:34:17 +01:00
use goreleaser config spec v2
This commit is contained in:
parent
ca9a2e7b7c
commit
e1496baa18
@ -1,3 +1,4 @@
|
||||
version: 2
|
||||
builds:
|
||||
- id: zrok-amd64
|
||||
main: ./cmd/zrok
|
||||
|
@ -1,3 +1,4 @@
|
||||
version: 2
|
||||
builds:
|
||||
- id: zrok-armv8
|
||||
main: ./cmd/zrok
|
||||
|
@ -1,8 +1,11 @@
|
||||
version: 2
|
||||
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}}"
|
||||
ldflags:
|
||||
- '-extldflags "-static"'
|
||||
- "-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
|
||||
|
@ -1,3 +1,4 @@
|
||||
version: 2
|
||||
builds:
|
||||
- id: zrok-amd64
|
||||
main: ./cmd/zrok
|
||||
|
@ -1,3 +1,4 @@
|
||||
version: 2
|
||||
builds:
|
||||
- skip: true
|
||||
release:
|
||||
|
@ -1,3 +1,4 @@
|
||||
version: 2
|
||||
builds:
|
||||
- main: ./cmd/zrok
|
||||
binary: zrok
|
||||
|
Loading…
Reference in New Issue
Block a user