mirror of
https://github.com/openziti/zrok.git
synced 2025-02-22 05:01:01 +01:00
release management lint (#70)
This commit is contained in:
parent
96e867ec25
commit
204e59dad0
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt-get install gcc-multilib g++-multilib
|
- run: sudo apt-get install gcc-multilib g++-multilib
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
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}}"
|
ldflags: "-s -w -X github.com/openziti-test-kitchen/zrok/build.Version={{.Tag}} -X github.com/openziti-test-kitchen/zrok/build.Hash={{.ShortCommit}}"
|
||||||
ignore:
|
ignore:
|
||||||
- goarch: arm
|
- goarch: arm
|
||||||
- goarch: arm64
|
- goarch: arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user