Start ppc implementation

This commit is contained in:
Dennis Heinze 2023-05-25 08:21:08 +02:00
parent 56b6651677
commit 44979a9703
4 changed files with 93 additions and 3 deletions
build/targets

View file

@ -4,7 +4,7 @@ if [ -z "$GITHUB_WORKSPACE" ];then
exit 1
fi
if [ "$#" -ne 1 ];then
echo "Usage: ${0} [x86|x86_64|armhf|aarch64]"
echo "Usage: ${0} [x86|x86_64|armhf|aarch64|ppc32|ppc64]"
echo "Example: ${0} x86_64"
exit 1
fi