From 94e0c5772061b6faa2f07145e95490996567038f Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Thu, 25 Jul 2024 11:45:31 +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 028b65d..b2d2f59 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: 'arm64,amd64,arm' + platforms: all # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx