d/tests: make tests compatible with ppc64el
[deb_dpdk.git] / debian / tests / check-dpdk-supported-arch.sh
index 3de6e46..1105dc2 100644 (file)
@@ -2,7 +2,7 @@
 
 arch=$(dpkg --print-architecture)
 case $arch in
-    amd64|arm64|i386)
+    amd64|arm64|i386|ppc64el)
         echo "Architecture ${arch} supported, go on with test"
         ;;
     *)