Skip to content

Commit 8ce89c9

Browse files
committed
try build arm64
1 parent be9d814 commit 8ce89c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
# "5.6", "7.0", "7.1", "7.2", "7.3",
1616
php_version: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
17+
continue-on-error: true
1718
steps:
1819
- name: Checkout
1920
uses: actions/checkout@v4
@@ -50,6 +51,7 @@ jobs:
5051
with:
5152
file: Dockerfile-${{ matrix.php_version }}
5253
# skip linux/arm64
53-
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm/v6
54+
# platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm/v6
55+
platforms: linux/arm64
5456
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
5557
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)