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
Ensure acceptance test artifacts are being built for correct arch (#18079)
* Ensure acceptance test artifacts are being built for correct arch
With the improvment in #17995 we only
build packages that match the architecture of the host. This is specified with
an enviornment variable. Previously the acceptance tests did not need to
specifcy the architecture when building packages. This commit updates the
builder to build packages with the correct arch.
* Ensure ARCH is set for docker acceptance tests
0 commit comments