Skip to content

Commit bb7b4a2

Browse files
harshavardhanaminio-trusted
authored andcommitted
add releases to quay.io from next release
1 parent 480e6d7 commit bb7b4a2

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.goreleaser.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,60 @@ dockers:
125125
- CREDITS
126126
build_flag_templates:
127127
- "--platform=linux/arm64"
128+
- image_templates:
129+
- "quay.io/minio/console:{{ .Tag }}-amd64"
130+
use_buildx: true
131+
goarch: amd64
132+
dockerfile: Dockerfile.release
133+
extra_files:
134+
- LICENSE
135+
- CREDITS
136+
build_flag_templates:
137+
- "--platform=linux/amd64"
138+
- image_templates:
139+
- "quay.io/minio/console:{{ .Tag }}-ppc64le"
140+
use_buildx: true
141+
goarch: ppc64le
142+
dockerfile: Dockerfile.release
143+
extra_files:
144+
- LICENSE
145+
- CREDITS
146+
build_flag_templates:
147+
- "--platform=linux/ppc64le"
148+
- image_templates:
149+
- "quay.io/minio/console:{{ .Tag }}-s390x"
150+
use_buildx: true
151+
goarch: s390x
152+
dockerfile: Dockerfile.release
153+
extra_files:
154+
- LICENSE
155+
- CREDITS
156+
build_flag_templates:
157+
- "--platform=linux/s390x"
158+
- image_templates:
159+
- "quay.io/minio/console:{{ .Tag }}-arm64"
160+
use_buildx: true
161+
goarch: arm64
162+
goos: linux
163+
dockerfile: Dockerfile.release
164+
extra_files:
165+
- LICENSE
166+
- CREDITS
167+
build_flag_templates:
168+
- "--platform=linux/arm64"
128169
docker_manifests:
129170
- name_template: minio/console:{{ .Tag }}
130171
image_templates:
131172
- minio/console:{{ .Tag }}-amd64
132173
- minio/console:{{ .Tag }}-arm64
133174
- minio/console:{{ .Tag }}-ppc64le
134175
- minio/console:{{ .Tag }}-s390x
176+
- name_template: quay.io/minio/console:{{ .Tag }}
177+
image_templates:
178+
- quay.io/minio/console:{{ .Tag }}-amd64
179+
- quay.io/minio/console:{{ .Tag }}-arm64
180+
- quay.io/minio/console:{{ .Tag }}-ppc64le
181+
- quay.io/minio/console:{{ .Tag }}-s390x
135182
- name_template: minio/console:latest
136183
image_templates:
137184
- minio/console:{{ .Tag }}-amd64

0 commit comments

Comments
 (0)