feat(docker): try building linux/arm/v8

This is conceptually the same as as linux/arm64 but it is needed on some providers.
This commit is contained in:
Elian Doran
2025-06-05 18:13:59 +03:00
parent b39119119b
commit 818b7afeff
2 changed files with 3 additions and 12 deletions

View File

@@ -111,6 +111,9 @@ jobs:
- dockerfile: Dockerfile
platform: linux/arm/v7
image: ubuntu-24.04-arm
- dockerfile: Dockerfile
platform: linux/arm/v8
image: ubuntu-24.04-arm
runs-on: ${{ matrix.image }}
needs:
- test_docker