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 8de2780 commit 7893205Copy full SHA for 7893205
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build and push
44
uses: docker/build-push-action@v6
45
with:
46
- # platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
47
builder: ${{ steps.buildx.outputs.name }}
48
file: ${{ matrix.php-version }}/Dockerfile
49
tags: ${{ steps.meta.outputs.tags }}
0 commit comments