Skip to content

Commit a14ac5c

Browse files
authored
fix: [#81] add build for linux/arm64
1 parent be9d814 commit a14ac5c

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
@@ -49,7 +49,6 @@ jobs:
4949
uses: docker/build-push-action@v5
5050
with:
5151
file: Dockerfile-${{ matrix.php_version }}
52-
# skip linux/arm64
53-
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm/v6
52+
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm/v6,linux/arm64
5453
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
5554
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)