diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f0a9d5c..5777365 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 with: - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' @@ -55,7 +55,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 - name: Sign the published Docker image if: ${{ github.event_name != 'pull_request' }}