Skip to content

Commit 48aadd8

Browse files
committed
rollback need platforms
1 parent 75a18c9 commit 48aadd8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dockerpublish.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
uses: docker/build-push-action@v5
5353
with:
5454
file: Dockerfile-${{ matrix.php_version }}
55-
# skip linux/arm64
56-
# platforms: linux/amd64,linux/386
57-
platforms: linux/arm64
55+
platforms: linux/amd64, linux/386, linux/arm64
5856
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
5957
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)