Skip to content

Commit df88e13

Browse files
authored
fix: Cut qemu (#89)
1 parent 9034e6a commit df88e13

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/worflow-dispatch-build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
username: ${{ github.actor }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

46-
- name: 💻 quemu -- setup
47-
uses: docker/setup-qemu-action@v3
48-
4946
- name: 🐬 docker -- setup buildx
5047
uses: docker/setup-buildx-action@v3
5148
with:
@@ -63,7 +60,6 @@ jobs:
6360
tags: ${{ steps.meta.outputs.tags }}
6461
labels: ${{ steps.meta.outputs.labels }}
6562
target: ${{ inputs.gap-build }}
66-
platforms: linux/amd64,linux/arm64
6763
cache-from: type=gha
6864
cache-to: type=gha,mode=max`
6965
build-args: |

0 commit comments

Comments
 (0)