Skip to content

Commit 9489d8c

Browse files
authored
Merge pull request #307 from chmouel/fix-universal-binary-again
2 parents a135d77 + 9a6f93a commit 9489d8c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.goreleaser.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ nfpms:
8383
linux: Linux
8484
windows: Windows
8585

86-
universal_binaries:
87-
- replace: true
88-
8986
changelog:
9087
sort: asc
9188
use: github
@@ -96,3 +93,7 @@ changelog:
9693
- Merge pull request
9794
- Merge branch
9895
- go mod tidy
96+
97+
universal_binaries:
98+
- replace: true
99+
name_template: 'tkn-pac'

.tekton/release-pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ spec:
2828
- name: output
2929
workspace: source
3030
params:
31+
- name: depth
32+
value: 500
3133
- name: url
3234
value: $(params.repo_url)
3335
- name: revision

0 commit comments

Comments
 (0)