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
Pass matching arm64 arch to build-managed step
We need the arch to match on all build steps even if the
arch doesn't matter for the building of the code on that
step. It still needs to match so that the native dependencies
like the runtime are correctly being restored and used.