Skip to content

Disable tests on arm64 arch

Currently tests are disabled on arm archs, see bug:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976507

OBS builds on aarch64 machine sets the DEB_HOST_ARCH to arm64 instead of aarch64.

Add arm64 arch to DEB_HOST_ARCH so tests are skipped for this arch.

Merge request reports