1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00

Fix builds

This commit is contained in:
Daniil Gentili 2023-11-14 18:25:48 +01:00
parent 55a1c3935a
commit 3dd6a9585a
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
labels:
platform: linux/arm64
platform: linux/aarch64
clone:
git:

View File

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

View File

@ -1,5 +1,5 @@
labels:
platform: linux/arm64
platform: linux/aarch64
clone:
git:
@ -27,4 +27,4 @@ steps:
- tag
depends_on:
- build
- build

View File

@ -2,7 +2,7 @@ matrix:
php:
- "8.1"
platform:
- linux/arm64
- linux/aarch64
labels:
platform: ${platform}