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
{{ message }}
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
I am trying to use the weaveworksdemos/catalogue image on the arm64 platform but it seems it is not available for arm64.
I have successfully built the image using the command docker build -t image_name . on the arm64 platform by making some changes in the files docker/catalogue/Dockerfile and .github/workflows/main.yml.
I have used GitHub action to build and push the image for both the platforms.