From 54156a6d5c82a2c5d9a5afc6354a10f7bba260f4 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 20 Oct 2024 13:09:34 +0200 Subject: [PATCH] [REMOVE ME] Disable cloud build --- .github/workflows/edge.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }}