Skip to content

Commit 6cbdcea

Browse files
committed
chore: build multi-arch index image
Signed-off-by: Anatolii Bazko <[email protected]>
1 parent b35e79b commit 6cbdcea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make-release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ release() {
298298
--render olm-catalog/release-digest/ \
299299
--push "${DWO_BUNDLE_QUAY_REPO}:${VERSION}-digest" \
300300
--container-tool docker \
301-
--debug
301+
--debug \
302+
--multi-arch
302303

303304
CHANNEL_ENTRY_JSON=$(yq --arg version "$VERSION" '.entries[] | select(.name == "devworkspace-operator.\($version)")' olm-catalog/release/channel.yaml)
304305
yq -Y -i --argjson entry "$CHANNEL_ENTRY_JSON" '.entries |= . + [$entry]' olm-catalog/release-digest/channel.yaml

0 commit comments

Comments
 (0)