1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 20:31:11 +01:00

Fix build

This commit is contained in:
Daniil Gentili 2023-11-17 20:33:32 +01:00
parent bc2c5bc24f
commit b26f6ec1b3

View File

@ -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