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
This issue is to alter scripts in the devfile registry repo to accommodate changes made to the registry-viewer from #1356. To solve the mentioned issue an environment variable was implemented to allow the user to change the architecture the container image was built for.
In order to fix this issue we have to edit the .ci/build_and_deploy.sh script that clones devfile-web and make sure the environment variable required by the devfile-web scripts is set if the user wants to use a different architecture.
Update documentation to reflect the use of PLATFORM_EV for users who do not want to use the default linux/amd64 architecture (primarily M1/M2/M3 mac users)
The text was updated successfully, but these errors were encountered:
Which area/kind this issue is related to?
/area registry
Issue Description
This issue is to alter scripts in the devfile registry repo to accommodate changes made to the registry-viewer from #1356. To solve the mentioned issue an environment variable was implemented to allow the user to change the architecture the container image was built for.
In order to fix this issue we have to edit the
.ci/build_and_deploy.sh
script that clones devfile-web and make sure the environment variable required by the devfile-web scripts is set if the user wants to use a different architecture.Steps Required:
PLATFORM_EV
variable that needs to be setPLATFORM_EV
variable being set and exported into the directory where devfile-web is being clonedPLATFORM_EV
for users who do not want to use the defaultlinux/amd64
architecture (primarily M1/M2/M3 mac users)The text was updated successfully, but these errors were encountered: