Skip to content

Commit 45f6639

Browse files
authored
Update dockerpublish.yml
1 parent be5ba91 commit 45f6639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerpublish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: docker/build-push-action@v5
5252
with:
5353
file: Dockerfile-${{ matrix.php_version }}
54-
platforms: linux/amd64,linux/arm64,linux/386
54+
# skip linux/arm64
55+
platforms: linux/amd64,linux/386
5556
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
5657
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)