From d04ad1ccc9e3f8673255a6edc5a2266709d32816 Mon Sep 17 00:00:00 2001 From: Andreea Andrisan Date: Mon, 5 Aug 2024 11:05:53 +0300 Subject: [PATCH] Add arm32v6 architecture support Signed-off-by: Andreea Andrisan --- .github/workflows/build_dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_dev.yml b/.github/workflows/build_dev.yml index c6e4f89..253a6f5 100644 --- a/.github/workflows/build_dev.yml +++ b/.github/workflows/build_dev.yml @@ -161,7 +161,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v2 with: - platforms: arm,arm64,ppc64le,s390x + platforms: arm,arm64,ppc64le,s390x,arm/v6 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v2 @@ -189,4 +189,4 @@ jobs: tags: tfcollins/${{ matrix.TAG_ROOT }}:latest file: Dockerfile-arm context: . - platforms: linux/arm,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/arm,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v6