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
When running the integration tests on aarch64, tests fail with:
---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in 51fb7472d3f2
standard_init_linux.go:228: exec user process caused: exec format error
The command '/bin/sh -c chmod +x ./setup.sh' returned a non-zero code: 1
test http_integ::test_retries ... FAILED
Seems like the integration tests depend on containers that need to support multiple architectures.
The text was updated successfully, but these errors were encountered:
When running the integration tests on aarch64, tests fail with:
Seems like the integration tests depend on containers that need to support multiple architectures.
The text was updated successfully, but these errors were encountered: