From d91b4466f01f77524c7a8c18a1f98f0c4a429f28 Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Thu, 25 Jul 2024 11:54:04 +1000 Subject: [PATCH] testing all platforms --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index b2d2f59..0b44fee 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -21,7 +21,7 @@ jobs: - name: Setup QEMU uses: docker/setup-qemu-action@v2 with: - platforms: all + platforms: 'amd64,arm64,linux/arm64/v7,linux/arm64/v8' # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx