buildx build

This commit is contained in:
2024-03-10 21:11:20 +07:00
parent aef8029b0b
commit 2b3254bffe

View File

@@ -33,7 +33,7 @@ jobs:
- name: Build the Docker images ${{ matrix.php_version }}
run: |
docker buildx --cache-from=dannecron/php-for-dev:${{ matrix.php_version }} \
docker buildx build --cache-from=dannecron/php-for-dev:${{ matrix.php_version }} \
--platform=linux/amd64,linux/arm64/v8 \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg COMPOSER_VERSION=${{ env.COMPOSER_VERSION }} \