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