Skip to content

Commit

Permalink
fix: failure in goreleaser (#1390)
Browse files Browse the repository at this point in the history
add missing image build
  • Loading branch information
deven0t authored Feb 4, 2024
1 parent a2df717 commit f92c285
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,26 @@ dockers:
- "--platform=linux/ppc64le"
extra_files:
- LICENSE
- image_templates:
- "docker.io/aquasec/starboard-operator:{{ .Version }}-ubi9-ppc64le"
use: buildx
goos: linux
dockerfile: build/starboard-operator/Dockerfile.ubi9
goarch: ppc64le
ids:
- starboard-operator
build_flag_templates:
- "--label=org.opencontainers.image.title=starboard-operator"
- "--label=org.opencontainers.image.description=Keeps Starboard resources updated"
- "--label=org.opencontainers.image.vendor=Aqua Security"
- "--label=org.opencontainers.image.version={{ .Version }}"
- "--label=org.opencontainers.image.created={{ .Date }}"
- "--label=org.opencontainers.image.source=https://github.com/aquasecurity/starboard"
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.documentation=https://aquasecurity.github.io/starboard/v{{ .Version }}/"
- "--platform=linux/ppc64le"
extra_files:
- LICENSE
- image_templates:
- "docker.io/aquasec/starboard-operator:{{ .Version }}-ubi8-fips-amd64"
use: buildx
Expand Down

0 comments on commit f92c285

Please sign in to comment.