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 b35e79b commit 6cbdceaCopy full SHA for 6cbdcea
make-release.sh
@@ -298,7 +298,8 @@ release() {
298
--render olm-catalog/release-digest/ \
299
--push "${DWO_BUNDLE_QUAY_REPO}:${VERSION}-digest" \
300
--container-tool docker \
301
- --debug
+ --debug \
302
+ --multi-arch
303
304
CHANNEL_ENTRY_JSON=$(yq --arg version "$VERSION" '.entries[] | select(.name == "devworkspace-operator.\($version)")' olm-catalog/release/channel.yaml)
305
yq -Y -i --argjson entry "$CHANNEL_ENTRY_JSON" '.entries |= . + [$entry]' olm-catalog/release-digest/channel.yaml
0 commit comments