Skip to content

Commit 4699f67

Browse files
authored
Merge pull request #1518 from devfile/multiarchindeximage
chore: build multi-arch index image
2 parents 1fba11a + 05b5a3f commit 4699f67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

make-release.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)