We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37f0b4 commit 2b14368Copy full SHA for 2b14368
.github/workflows/container.yml
@@ -45,10 +45,10 @@ jobs:
45
steps:
46
- name: Checkout
47
uses: actions/checkout@v3
48
- - name: Set up QEMU
49
- uses: docker/setup-qemu-action@v2
50
- with:
51
- platforms: arm64
+ #- name: Set up QEMU
+ # uses: docker/setup-qemu-action@v2
+ # with:
+ # platforms: arm64
52
- name: Set up Docker Buildx
53
uses: docker/setup-buildx-action@v2
54
- name: Login to docker.io
@@ -69,7 +69,8 @@ jobs:
69
uses: docker/build-push-action@v3
70
with:
71
context: .
72
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
73
+ #,linux/arm64
74
push: true
75
tags: ${{ steps.push-tags.outputs.PUSH_TAGS }}
76
cache-from: type=gha
0 commit comments