Skip to content

Commit a4b33a7

Browse files
authored
Merge pull request #82 from VVVi/patch-1
fix: [#81] add build for linux/arm64
2 parents e4382c6 + 050b32b commit a4b33a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dockerimage.yml

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

0 commit comments

Comments
 (0)