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
feat(backend): Adding Multi-CPU architecture support in Dockerfile.* files for supporting Arm64 platform (#12313)
Update backend/Dockerfile with "ARG TARGETARCH" to get docker's "--platform" parameters. it supports backend/Dockerfile to download the packages matched CPU architecture.
Update backend/Dockerfile.driver and backend/Dockerfile.launcher by removing the parameter, GOARCH,
Update Dockerfile.driver
Update Dockerfile.launcher
Signed-off-by: jtu-ampere <[email protected]>
0 commit comments