File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
- # .github/workflows/release.yml
2
1
name : goreleaser
3
2
4
3
on :
Original file line number Diff line number Diff line change @@ -72,9 +72,7 @@ source:
72
72
73
73
# SBOMs for the archives and source archives.
74
74
sboms :
75
- - artifacts : archive
76
- - id : source
77
- artifacts : source
75
+ - artifacts : any
78
76
79
77
# Sign binaries with cosign.
80
78
signs :
87
85
- " ${artifact}"
88
86
- " --yes"
89
87
artifacts : checksum
90
- output : true
91
88
92
89
# Create Docker images.
93
90
# We create a manifest below, so here the images need the suffix with the
@@ -118,7 +115,7 @@ dockers:
118
115
- " --label=org.opencontainers.image.revision={{.FullCommit}}"
119
116
- " --label=org.opencontainers.image.version={{.Version}}"
120
117
- " --label=org.opencontainers.image.source={{.GitURL}}"
121
- - " --platform=linux/arm64 "
118
+ - " --platform=linux/amd64 "
122
119
123
120
# Here we join both images into a Docker manifest.
124
121
docker_manifests :
@@ -130,8 +127,7 @@ docker_manifests:
130
127
# Sign the Docker images with cosign as well.
131
128
docker_signs :
132
129
- cmd : cosign
133
- artifacts : images
134
- output : true
130
+ artifacts : manifests
135
131
args :
136
132
- " sign"
137
133
- " ${artifact}"
You can’t perform that action at this time.
0 commit comments