Skip to content

Commit c29197a

Browse files
authored
ci: update build IDs (#4641)
1 parent d7637ad commit c29197a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dockers:
147147
goos: linux
148148
goarch: amd64
149149
ids:
150-
- trivy
150+
- build-linux
151151
build_flag_templates:
152152
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
153153
- "--label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
@@ -172,7 +172,7 @@ dockers:
172172
goos: linux
173173
goarch: arm64
174174
ids:
175-
- trivy
175+
- build-linux
176176
build_flag_templates:
177177
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
178178
- "--label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
@@ -197,7 +197,7 @@ dockers:
197197
goos: linux
198198
goarch: s390x
199199
ids:
200-
- trivy
200+
- build-linux
201201
build_flag_templates:
202202
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
203203
- "--label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
@@ -222,7 +222,7 @@ dockers:
222222
goos: linux
223223
goarch: ppc64le
224224
ids:
225-
- trivy
225+
- build-linux
226226
build_flag_templates:
227227
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
228228
- "--label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"

0 commit comments

Comments
 (0)