Fix failure checks

This commit is contained in:
HarithaVattikuti 2024-08-22 14:55:21 -05:00
parent dbebe359e4
commit 3f6d8d6c10

View File

@ -331,6 +331,10 @@ get_machine_architecture() {
echo "riscv64" echo "riscv64"
return 0 return 0
;; ;;
powerpc|ppc)
echo "ppc"
return 0
;;
esac esac
fi fi