Skip to content

Commit

Permalink
try build arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong committed Feb 20, 2025
1 parent be9d814 commit 8ce89c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix:
# "5.6", "7.0", "7.1", "7.2", "7.3",
php_version: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
with:
file: Dockerfile-${{ matrix.php_version }}
# skip linux/arm64
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm/v6
# platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm/v6
platforms: linux/arm64
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 8ce89c9

Please sign in to comment.