File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,8 @@ release() {
281281 --bundle-tag " $VERSION " \
282282 --bundle-repo " $DWO_BUNDLE_QUAY_REPO " \
283283 --index-image " $DWO_INDEX_IMAGE " \
284- --force
284+ --force \
285+ --multi-arch
285286
286287 # Commit changes from releasing bundle
287288 git_commit_and_push " [release] Add OLM bundle for $VERSION in $X_BRANCH " " ci-add-bundle-$VERSION "
@@ -298,7 +299,8 @@ release() {
298299 --render olm-catalog/release-digest/ \
299300 --push " ${DWO_BUNDLE_QUAY_REPO} :${VERSION} -digest" \
300301 --container-tool docker \
301- --debug
302+ --debug \
303+ --multi-arch
302304
303305 CHANNEL_ENTRY_JSON=$( yq --arg version " $VERSION " ' .entries[] | select(.name == "devworkspace-operator.\($version)")' olm-catalog/release/channel.yaml)
304306 yq -Y -i --argjson entry " $CHANNEL_ENTRY_JSON " ' .entries |= . + [$entry]' olm-catalog/release-digest/channel.yaml
You can’t perform that action at this time.
0 commit comments