Let's just call it armv7l

This commit is contained in:
James Swineson 2020-05-07 20:41:17 +08:00 committed by GitHub
parent d75e9dcc31
commit a419b330c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,9 +43,9 @@ jobs:
ARCH: "amd64"
DOCKER_IMAGE_TAG: "latest"
POOL: "Azure Pipelines"
arm32:
ARCH: "arm32"
DOCKER_IMAGE_TAG: "latest-arm32"
armv7l:
ARCH: "armv7l"
DOCKER_IMAGE_TAG: "latest-armv7l"
POOL: "OtakuNeko ARM32"
maxParallel: 2