diff --git a/tests/makephar.sh b/tests/makephar.sh index 294d2b7bb..e74779f3b 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -201,7 +201,7 @@ cd "$madelinePath" if [ "$CI_COMMIT_TAG" == "7777" ]; then exit 0; fi -if [ "$PLATFORM" == "linux/arm64" ]; then :; else exit 0; fi +if [ "$PLATFORM" == "linux/aarch64" ]; then :; else exit 0; fi cp "$input/madeline$php$branch.phar" "madeline81.phar" git remote add hub https://github.com/danog/MadelineProto