Skip to content

Commit 5542499

Browse files
committed
fix: #72 noble-1.0.2 not support platforms 386
1 parent 972bd81 commit 5542499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
tags: |
3232
type=schedule,pattern={{date 'YYYYMMDD'}}
3333
type=ref,event=tag
34-
type=ref,event=branch
34+
type=ref,event=branch
3535
type=semver,pattern={{version}}
3636
type=raw,value=latest
3737
@@ -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)