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
Use $TARGETPLATFORM in Dockerfile instead of RUBY_PLATFORM
RUBY_PLATFORM corresponds to $BUILDPLATFORM, but we need $TARGETPLATFORM actually.
This is because we use the cache from the ARM64 system to build the ARM64 image on X86_64.
0 commit comments