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 06d421f commit 3c4015dCopy full SHA for 3c4015d
.github/workflows/publish.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: Checkout repository
29
uses: actions/checkout@v4
30
31
- - name: Set up QEMU
32
- uses: docker/setup-qemu-action@v3
+ #- name: Set up QEMU
+ # uses: docker/setup-qemu-action@v3
33
34
- name: Setup Docker buildx
35
uses: docker/setup-buildx-action@v3
@@ -63,7 +63,8 @@ jobs:
63
with:
64
context: .
65
provenance: false
66
- platforms: linux/amd64,linux/arm64
+ #platforms: linux/amd64,linux/arm64
67
+ platforms: linux/amd64
68
push: ${{ github.event_name != 'pull_request' }}
69
build-args: gh_access_token=${{ secrets.BUILDBOT_GITHUB_TOKEN }}
70
tags: ${{ steps.meta.outputs.tags }}
0 commit comments