Skip to content

Commit 05b5a3f

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

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
@@ -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"

0 commit comments

Comments
 (0)