mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 20:31:11 +01:00
Fix build
This commit is contained in:
parent
bc2c5bc24f
commit
b26f6ec1b3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user