Skip to content

Commit 9409216

Browse files
authoredFeb 13, 2025··
Update dockerimage.yml
fix failed action job
1 parent abdf50b commit 9409216

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/dockerimage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: docker/build-push-action@v5
5050
with:
5151
file: Dockerfile-${{ matrix.php_version }}
52-
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
52+
# skip linux/arm64
53+
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm/v6
5354
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
5455
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)
Please sign in to comment.