mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 19:24:42 +01:00
Fix builds
This commit is contained in:
parent
55a1c3935a
commit
3dd6a9585a
@ -1,5 +1,5 @@
|
||||
labels:
|
||||
platform: linux/arm64
|
||||
platform: linux/aarch64
|
||||
|
||||
clone:
|
||||
git:
|
||||
|
@ -2,7 +2,7 @@ matrix:
|
||||
php:
|
||||
- "8.1"
|
||||
platform:
|
||||
- linux/arm64
|
||||
- linux/aarch64
|
||||
|
||||
labels:
|
||||
platform: ${platform}
|
||||
@ -64,4 +64,4 @@ services:
|
||||
|
||||
depends_on:
|
||||
- build-docker
|
||||
- test
|
||||
- test
|
||||
|
@ -1,5 +1,5 @@
|
||||
labels:
|
||||
platform: linux/arm64
|
||||
platform: linux/aarch64
|
||||
|
||||
clone:
|
||||
git:
|
||||
@ -27,4 +27,4 @@ steps:
|
||||
- tag
|
||||
|
||||
depends_on:
|
||||
- build
|
||||
- build
|
||||
|
@ -2,7 +2,7 @@ matrix:
|
||||
php:
|
||||
- "8.1"
|
||||
platform:
|
||||
- linux/arm64
|
||||
- linux/aarch64
|
||||
|
||||
labels:
|
||||
platform: ${platform}
|
||||
|
Loading…
Reference in New Issue
Block a user