Skip to content

Commit 9d9d593

Browse files
committed
update ci
1 parent 4b1a84a commit 9d9d593

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/dockerimage.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,21 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v2
22+
2223
- name: Set up QEMU
2324
uses: docker/setup-qemu-action@v1
24-
with:
25-
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
25+
26+
- name: Set up Docker Buildx
27+
uses: docker/setup-buildx-action@v1
28+
2629
- name: Build and push
2730
uses: docker/build-push-action@v2
2831
with:
2932
file: Dockerfile-${{ matrix.php_version }}
33+
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
3034
push: false
3135
tags: laradock/php-fpm:${{ matrix.php_version }}
36+
3237
- name: check
3338
run: |
3439
docker image ls

0 commit comments

Comments
 (0)