I pushed both patches to main and all branches back to 22.06.
On 10/17/23 02:19, Ales Musil wrote:
The -i option is not portable and doesn't work
on all platforms. Use -m instead.
Fixes: 87f3c2364a5b ("utilities: Add simple container automation")
Signed-off-by: Ales Musil <amu...@redhat.com>
---
v2: Add Fixes tag.
---
.ci/ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/ci.sh b/.ci/ci.sh
index 10f11939c..6bb211f2c 100755
--- a/.ci/ci.sh
+++ b/.ci/ci.sh
@@ -23,7 +23,7 @@ CONTAINER_WORKDIR="/workspace/ovn-tmp"
IMAGE_NAME=${IMAGE_NAME:-"ovn-org/ovn-tests"}
# Test variables
-ARCH=${ARCH:-$(uname -i)}
+ARCH=${ARCH:-$(uname -m)}
CC=${CC:-gcc}
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev