We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9034e6a commit df88e13Copy full SHA for df88e13
.github/workflows/worflow-dispatch-build.yaml
@@ -43,9 +43,6 @@ jobs:
43
username: ${{ github.actor }}
44
password: ${{ secrets.GITHUB_TOKEN }}
45
46
- - name: 💻 quemu -- setup
47
- uses: docker/setup-qemu-action@v3
48
-
49
- name: 🐬 docker -- setup buildx
50
uses: docker/setup-buildx-action@v3
51
with:
@@ -63,7 +60,6 @@ jobs:
63
60
tags: ${{ steps.meta.outputs.tags }}
64
61
labels: ${{ steps.meta.outputs.labels }}
65
62
target: ${{ inputs.gap-build }}
66
- platforms: linux/amd64,linux/arm64
67
cache-from: type=gha
68
cache-to: type=gha,mode=max`
69
build-args: |
0 commit comments