Skip to content

Commit 0ebb22c

Browse files
committed
fix: base image not support 386
1 parent fa13a61 commit 0ebb22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerpublish_old_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
uses: docker/build-push-action@v5
5353
with:
5454
file: Dockerfile-${{ matrix.php_version }}
55-
platforms: linux/amd64, linux/386, linux/arm64
55+
platforms: linux/amd64, linux/arm/v7, linux/arm64
5656
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
5757
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)