Skip to content

Commit 3c4015d

Browse files
committed
x86
1 parent 06d421f commit 3c4015d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Checkout repository
2929
uses: actions/checkout@v4
3030

31-
- name: Set up QEMU
32-
uses: docker/setup-qemu-action@v3
31+
#- name: Set up QEMU
32+
# uses: docker/setup-qemu-action@v3
3333

3434
- name: Setup Docker buildx
3535
uses: docker/setup-buildx-action@v3
@@ -63,7 +63,8 @@ jobs:
6363
with:
6464
context: .
6565
provenance: false
66-
platforms: linux/amd64,linux/arm64
66+
#platforms: linux/amd64,linux/arm64
67+
platforms: linux/amd64
6768
push: ${{ github.event_name != 'pull_request' }}
6869
build-args: gh_access_token=${{ secrets.BUILDBOT_GITHUB_TOKEN }}
6970
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)