We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2080169 commit 5428fb5Copy full SHA for 5428fb5
make-release.sh
@@ -281,7 +281,8 @@ release() {
281
--bundle-tag "$VERSION" \
282
--bundle-repo "$DWO_BUNDLE_QUAY_REPO" \
283
--index-image "$DWO_INDEX_IMAGE" \
284
- --force
+ --force \
285
+ --multi-arch
286
287
# Commit changes from releasing bundle
288
git_commit_and_push "[release] Add OLM bundle for $VERSION in $X_BRANCH" "ci-add-bundle-$VERSION"
0 commit comments