We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a18c9 commit 48aadd8Copy full SHA for 48aadd8
.github/workflows/dockerpublish.yml
@@ -52,8 +52,6 @@ jobs:
52
uses: docker/build-push-action@v5
53
with:
54
file: Dockerfile-${{ matrix.php_version }}
55
- # skip linux/arm64
56
- # platforms: linux/amd64,linux/386
57
- platforms: linux/arm64
+ platforms: linux/amd64, linux/386, linux/arm64
58
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
59
tags: ${{ steps.meta.outputs.tags }}
0 commit comments