Skip to content

Commit

Permalink
[REMOVE ME] Disable cloud build
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Oct 20, 2024
1 parent d0ac4ed commit 54156a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 54156a6

Please sign in to comment.