Skip to content

Commit 8c865ec

Browse files
authored
Merge pull request #70 from laradock/fix-arm64
Fix arm64 build
2 parents ecd8a6a + 48aadd8 commit 8c865ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerpublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php_version: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
18+
continue-on-error: true
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4
@@ -51,7 +52,6 @@ jobs:
5152
uses: docker/build-push-action@v5
5253
with:
5354
file: Dockerfile-${{ matrix.php_version }}
54-
# skip linux/arm64
55-
platforms: linux/amd64,linux/386
55+
platforms: linux/amd64, linux/386, 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)