mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +01:00
more goreleaser (#70)
This commit is contained in:
parent
22d10585e9
commit
6d177f9377
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -37,7 +37,5 @@ jobs:
|
|||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: latest
|
version: latest
|
||||||
args: release --rm-dist
|
args: release --rm-dist
|
||||||
ldflags: "-X github.com/openziti-test-kitchen/zrok/build.Version=${{ github.ref }} -X github.com/openziti-test-kitchen/zrok/build.Hash=${{ github.sha }}"
|
|
||||||
main: ./cmd/zrok
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
builds:
|
builds:
|
||||||
- main: ./cmd/zrok
|
- 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}}"
|
||||||
|
- goarch:
|
||||||
|
- amd64
|
Loading…
Reference in New Issue
Block a user