mirror of
https://github.com/openziti/zrok.git
synced 2025-02-21 12:40:55 +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
|
||||
steps:
|
||||
- run: sudo apt-get install gcc-multilib g++-multilib
|
||||
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
@ -1,6 +1,6 @@
|
||||
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}}"
|
||||
ldflags: "-s -w -X github.com/openziti-test-kitchen/zrok/build.Version={{.Tag}} -X github.com/openziti-test-kitchen/zrok/build.Hash={{.ShortCommit}}"
|
||||
ignore:
|
||||
- goarch: arm
|
||||
- goarch: arm64
|
||||
|
Loading…
Reference in New Issue
Block a user