We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b018cf commit 36e20a0Copy full SHA for 36e20a0
ci/test_docker.sh
@@ -18,6 +18,7 @@ source $THIS_DIR/set_base_image.sh
18
cd $THIS_DIR/docker/connector_test
19
20
CONTAINER_NAME=test_pyconnector
21
+arch=$(uname -p)
22
23
echo "[Info] Building docker image"
24
if [[ "$arch" == "aarch64" ]]; then
0 commit comments