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