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