Commit 734370b 1 parent c8176e5 commit 734370b Copy full SHA for 734370b
File tree 2 files changed +8
-10
lines changed
2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 46
46
uses : goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
47
47
with :
48
48
version : latest
49
- args : release --release-notes=output/notes.md --skip-validate
49
+ args : release
50
50
env :
51
51
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ builds:
14
14
- amd64
15
15
- arm64
16
16
- arm
17
- goarm :
18
- - 7
19
17
- << : *build_defaults
20
18
id : windows
21
19
goos :
@@ -37,8 +35,8 @@ dockers:
37
35
- ' ghcr.io/piontec/kube-echo:latest-amd64'
38
36
dockerfile : Dockerfile
39
37
use : buildx
40
- # goos: linux
41
- # goarch: amd64
38
+ goos : linux
39
+ goarch : amd64
42
40
build_flag_templates :
43
41
- " --pull"
44
42
- " --label=org.opencontainers.image.created={{ .Date }}"
@@ -52,8 +50,8 @@ dockers:
52
50
- ' ghcr.io/piontec/kube-echo:latest-arm64'
53
51
dockerfile : Dockerfile
54
52
use : buildx
55
- # goos: linux
56
- # goarch: arm64
53
+ goos : linux
54
+ goarch : arm64
57
55
build_flag_templates :
58
56
- " --pull"
59
57
- " --label=org.opencontainers.image.created={{ .Date }}"
@@ -67,8 +65,8 @@ dockers:
67
65
- ' ghcr.io/piontec/kube-echo:latest-arm'
68
66
dockerfile : Dockerfile
69
67
use : buildx
70
- # goos: linux
71
- # goarch: arm
68
+ goos : linux
69
+ goarch : arm
72
70
build_flag_templates :
73
71
- " --pull"
74
72
- " --label=org.opencontainers.image.created={{ .Date }}"
@@ -100,6 +98,7 @@ docker_signs:
100
98
output : true
101
99
source :
102
100
enabled : true
101
+ rlcp : true
103
102
name_template : ' {{ .ProjectName }}_{{ .Version }}_src'
104
103
sboms :
105
104
- artifacts : archive
@@ -124,4 +123,3 @@ signs:
124
123
output : true
125
124
changelog :
126
125
use : github
127
- skip : true
You can’t perform that action at this time.
0 commit comments