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