ricardozanini commented on code in PR #3152:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3152#discussion_r2103480054


##########
packages/sonataflow-operator/package.json:
##########
@@ -28,8 +28,11 @@
     "image:build:darwin:linux": ". 
./node_modules/@kie-tools/python-venv/venv/bin/activate && run-script-if --bool 
\"$(build-env containerImages.build)\" --then \"make container-build\"",
     "image:build:win32": "echo 'Image build not supported on Windows'",
     "image:bundle:build": "run-script-os",
-    "image:bundle:build:darwin:win32": "echo 'Build Operator bundle image not 
supported on Windows and macOS'",
-    "image:bundle:build:linux": ". 
./node_modules/@kie-tools/python-venv/venv/bin/activate && run-script-if --bool 
\"$(build-env containerImages.build)\" --then \"make bundle bundle-build\"",
+    "image:bundle:build:darwin:linux": ". 
./node_modules/@kie-tools/python-venv/venv/bin/activate && run-script-if --bool 
\"$(build-env containerImages.build)\" --then \"make bundle bundle-build\"",
+    "image:bundle:build:win32": "echo 'Build Operator bundle image not 
supported on Windows'",
+    "image:catalog:build": "run-script-os",

Review Comment:
   It's a command that can be called independently. It's not part of the build.
   The bundle and catalog images are part of the release process when we have 
to open PRs for the OperatorHub.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to