Skip to content

Commit 75a18c9

Browse files
committed
try build arm64
ref #69
1 parent ecd8a6a commit 75a18c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dockerpublish.yml

+3-1
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
@@ -52,6 +53,7 @@ jobs:
5253
with:
5354
file: Dockerfile-${{ matrix.php_version }}
5455
# skip linux/arm64
55-
platforms: linux/amd64,linux/386
56+
# platforms: linux/amd64,linux/386
57+
platforms: linux/arm64
5658
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
5759
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)