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 c068620 commit f531746Copy full SHA for f531746
.github/workflows/build_docker.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up QEMU
27
uses: docker/setup-qemu-action@v3
28
with:
29
- platforms: all
+ platforms: amd64
30
31
- name: Install Docker Buildx
32
id: buildx
@@ -45,7 +45,7 @@ jobs:
45
- name: Build and push Docker Image
46
uses: docker/build-push-action@v5
47
48
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
49
context: ${{ matrix.service == 'client' && './client' || format('./server/{0}', matrix.service) }}
50
file: ${{ matrix.service == 'client' && './client/Dockerfile' || format('./server/{0}/Dockerfile', matrix.service) }}
51
push: true
0 commit comments