jianrongzhang89 opened a new issue, #471: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/471
### Description Currently the Makefile does not support cross-platform build for the catalog source. As a result, if I build the image on MacBook with M2 chip, the catalog source will fail as the opm included in the image is not in the linux/amd64 architecture. ### Implementation ideas The Makefile is enhanced to build the catalog source image in linux/amd64 architecture on a machine that has a different architecture. -- 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]
