1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 04:08:59 +01:00

Test on riscv64

This commit is contained in:
Daniil Gentili 2023-05-30 21:25:28 +02:00
parent f221e4ff46
commit 5f4e8ab7e5
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 4 additions and 0 deletions

View File

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

View File

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