On Tue, Oct 17, 2023 at 08:19:39AM +0200, 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.

Thanks!

Acked-by: Simon Horman <ho...@ovn.org>

> ---
>  .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}
>  
>  
> -- 
> 2.41.0
> 
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to