diff --git a/.github/workflows/edge.yaml b/.github/workflows/edge.yaml index 09de9cd..2b1edc2 100644 --- a/.github/workflows/edge.yaml +++ b/.github/workflows/edge.yaml @@ -43,10 +43,10 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - with: - version: "lab:latest" - driver: cloud - endpoint: "pandoc/multiarch" + # with: + # version: "lab:latest" + # driver: cloud + # endpoint: "pandoc/multiarch" - name: Meta for minimal id: meta-minimal @@ -67,7 +67,7 @@ jobs: context: '.' file: 'edge/alpine/Dockerfile' labels: ${{ steps.meta-minimal.outputs.labels }} - platforms: linux/amd64,linux/arm64 + # platforms: linux/amd64,linux/arm64 push: ${{ steps.config-minimal.outputs.tags }} target: minimal tags: steps.config-minimal.outputs.tags @@ -91,7 +91,7 @@ jobs: with: file: 'edge/alpine/Dockerfile' labels: ${{ steps.meta-core.outputs.labels }} - platforms: linux/amd64,linux/arm64 + # platforms: linux/amd64,linux/arm64 push: ${{ env.PUSH_IMAGE }} target: core tags: ${{ steps.config-core.outputs.tags }}