Skip to content

Commit

Permalink
fix: fix goreleaser to include LICENSE (#1242)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Donizetti <jdbjunior@gmail.com>

Signed-off-by: Jose Donizetti <jdbjunior@gmail.com>
  • Loading branch information
josedonizetti committed Aug 10, 2022
1 parent a24db4a commit c5dc4c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ dockers:
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.documentation=https://aquasecurity.github.io/starboard/v{{ .Version }}/"
- "--platform=linux/amd64"
extra_files:
- LICENSE
- image_templates:
- "docker.io/aquasec/starboard-scanner-aqua:{{ .Version }}-amd64"
use: buildx
Expand Down Expand Up @@ -201,6 +203,8 @@ dockers:
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.documentation=https://aquasecurity.github.io/starboard/v{{ .Version }}/"
- "--platform=linux/arm64"
extra_files:
- LICENSE
- image_templates:
- "docker.io/aquasec/starboard-scanner-aqua:{{ .Version }}-arm64"
use: buildx
Expand Down Expand Up @@ -291,6 +295,8 @@ dockers:
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.documentation=https://aquasecurity.github.io/starboard/v{{ .Version }}/"
- "--platform=linux/s390x"
extra_files:
- LICENSE
- image_templates:
- "docker.io/aquasec/starboard-scanner-aqua:{{ .Version }}-s390x"
use: buildx
Expand Down Expand Up @@ -327,6 +333,8 @@ dockers:
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.documentation=https://aquasecurity.github.io/starboard/v{{ .Version }}/"
- "--platform=linux/ppc64le"
extra_files:
- LICENSE
docker_manifests:
- name_template: "aquasec/starboard:{{ .Version }}"
image_templates:
Expand Down

0 comments on commit c5dc4c9

Please sign in to comment.