Skip to content

Commit 2b14368

Browse files
committed
disable arm64 image due workflow problems
1 parent f37f0b4 commit 2b14368

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/container.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
steps:
4646
- name: Checkout
4747
uses: actions/checkout@v3
48-
- name: Set up QEMU
49-
uses: docker/setup-qemu-action@v2
50-
with:
51-
platforms: arm64
48+
#- name: Set up QEMU
49+
# uses: docker/setup-qemu-action@v2
50+
# with:
51+
# platforms: arm64
5252
- name: Set up Docker Buildx
5353
uses: docker/setup-buildx-action@v2
5454
- name: Login to docker.io
@@ -69,7 +69,8 @@ jobs:
6969
uses: docker/build-push-action@v3
7070
with:
7171
context: .
72-
platforms: linux/amd64,linux/arm64
72+
platforms: linux/amd64
73+
#,linux/arm64
7374
push: true
7475
tags: ${{ steps.push-tags.outputs.PUSH_TAGS }}
7576
cache-from: type=gha

0 commit comments

Comments
 (0)