mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +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
|
||||
version: latest
|
||||
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:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -1,2 +1,5 @@
|
||||
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}}"
|
||||
- goarch:
|
||||
- amd64
|
Loading…
Reference in New Issue
Block a user