Skip to content

Commit

Permalink
ci: update build IDs (#4641)
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Jun 18, 2023
1 parent d7637ad commit c29197a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dockers:
goos: linux
goarch: amd64
ids:
- trivy
- build-linux
build_flag_templates:
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
- "--label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
Expand All @@ -172,7 +172,7 @@ dockers:
goos: linux
goarch: arm64
ids:
- trivy
- build-linux
build_flag_templates:
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
- "--label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
Expand All @@ -197,7 +197,7 @@ dockers:
goos: linux
goarch: s390x
ids:
- trivy
- build-linux
build_flag_templates:
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
- "--label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
Expand All @@ -222,7 +222,7 @@ dockers:
goos: linux
goarch: ppc64le
ids:
- trivy
- build-linux
build_flag_templates:
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
- "--label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
Expand Down

0 comments on commit c29197a

Please sign in to comment.