Skip to content

Commit

Permalink
empty line removal
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar-aqua committed Apr 12, 2022
1 parent f709bad commit 147c2b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ dockers:
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.documentation=https://aquasecurity.github.io/starboard/v{{ .Version }}/"
- "--platform=linux/arm64"

- image_templates:
- "docker.io/aquasec/starboard-operator:{{ .Version }}-ubi8-arm64"
use: buildx
Expand All @@ -202,8 +201,7 @@ dockers:
- "--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/arm64"

- "--platform=linux/arm64"
- image_templates:
- "docker.io/aquasec/starboard-scanner-aqua:{{ .Version }}-arm64"
use: buildx
Expand Down Expand Up @@ -294,7 +292,6 @@ dockers:
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.documentation=https://aquasecurity.github.io/starboard/v{{ .Version }}/"
- "--platform=linux/s390x"

- image_templates:
- "docker.io/aquasec/starboard-operator:{{ .Version }}-ubi8-ppc64le"
use: buildx
Expand Down

0 comments on commit 147c2b0

Please sign in to comment.