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 3c05267 commit 7f54845Copy full SHA for 7f54845
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
context: ./
37
file: ./Dockerfile
38
push: true
39
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
40
tags: |
41
${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:latest
42
${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:${{ steps.previoustag.outputs.tag }}
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
build-args:
53
XDEBUG_ENABLED=true
54
0 commit comments