Skip to content

Commit 702cc97

Browse files
committed
fix: improvements
1 parent 863539c commit 702cc97

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# .github/workflows/release.yml
21
name: goreleaser
32

43
on:

.goreleaser.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ source:
7272

7373
# SBOMs for the archives and source archives.
7474
sboms:
75-
- artifacts: archive
76-
- id: source
77-
artifacts: source
75+
- artifacts: any
7876

7977
# Sign binaries with cosign.
8078
signs:
@@ -87,7 +85,6 @@ signs:
8785
- "${artifact}"
8886
- "--yes"
8987
artifacts: checksum
90-
output: true
9188

9289
# Create Docker images.
9390
# We create a manifest below, so here the images need the suffix with the
@@ -118,7 +115,7 @@ dockers:
118115
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
119116
- "--label=org.opencontainers.image.version={{.Version}}"
120117
- "--label=org.opencontainers.image.source={{.GitURL}}"
121-
- "--platform=linux/arm64"
118+
- "--platform=linux/amd64"
122119

123120
# Here we join both images into a Docker manifest.
124121
docker_manifests:
@@ -130,8 +127,7 @@ docker_manifests:
130127
# Sign the Docker images with cosign as well.
131128
docker_signs:
132129
- cmd: cosign
133-
artifacts: images
134-
output: true
130+
artifacts: manifests
135131
args:
136132
- "sign"
137133
- "${artifact}"

0 commit comments

Comments
 (0)