mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 06:39:01 +01:00
Test on riscv64
This commit is contained in:
parent
f221e4ff46
commit
5f4e8ab7e5
@ -3,6 +3,7 @@ matrix:
|
|||||||
- "8.1"
|
- "8.1"
|
||||||
platform:
|
platform:
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
|
- linux/riscv64
|
||||||
|
|
||||||
platform: ${platform}
|
platform: ${platform}
|
||||||
|
|
||||||
@ -36,6 +37,7 @@ pipeline:
|
|||||||
- DEPLOY_KEY
|
- DEPLOY_KEY
|
||||||
environment:
|
environment:
|
||||||
- PHP_VERSION=${php}
|
- PHP_VERSION=${php}
|
||||||
|
- PLATFORM=${platform}
|
||||||
- TAG=${CI_COMMIT_TAG}
|
- TAG=${CI_COMMIT_TAG}
|
||||||
commands:
|
commands:
|
||||||
- apk add bash
|
- apk add bash
|
||||||
|
@ -187,6 +187,8 @@ cd "$madelinePath"
|
|||||||
|
|
||||||
if [ "$TAG" == "7777" ]; then exit 0; fi
|
if [ "$TAG" == "7777" ]; then exit 0; fi
|
||||||
|
|
||||||
|
if [ "$PLATFORM" == "linux/arm64" ]; then :; else exit 0; fi
|
||||||
|
|
||||||
cp "$input/madeline$php$branch.phar" "madeline81.phar"
|
cp "$input/madeline$php$branch.phar" "madeline81.phar"
|
||||||
git remote add hub https://github.com/danog/MadelineProto
|
git remote add hub https://github.com/danog/MadelineProto
|
||||||
gh release upload "$TAG" "madeline81.phar"
|
gh release upload "$TAG" "madeline81.phar"
|
||||||
|
Loading…
Reference in New Issue
Block a user