Skip to content

Commit 3ad1eb0

Browse files
authored
Temporarily disabled arm64
1 parent 78c6f86 commit 3ad1eb0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ jobs:
6464
file: ./Dockerfile
6565
push: true
6666
tags: ${{ env.TAG }}
67-
platforms: |
68-
linux/amd64
69-
linux/arm64
67+
platforms: linux/amd64
68+
#platforms: |
69+
# linux/amd64
70+
# linux/arm64
7071

7172
- name: Notify to Slack
7273
if: always()

0 commit comments

Comments
 (0)