Skip to content

Commit 7f54845

Browse files
committed
Removes linux/arm64 from builds
1 parent 3c05267 commit 7f54845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
context: ./
3737
file: ./Dockerfile
3838
push: true
39-
platforms: linux/amd64,linux/arm64
39+
platforms: linux/amd64
4040
tags: |
4141
${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:latest
4242
${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:${{ steps.previoustag.outputs.tag }}
@@ -48,7 +48,7 @@ jobs:
4848
context: ./
4949
file: ./Dockerfile
5050
push: true
51-
platforms: linux/amd64,linux/arm64
51+
platforms: linux/amd64
5252
build-args:
5353
XDEBUG_ENABLED=true
5454
tags: |

0 commit comments

Comments
 (0)