You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: