mirror of
https://github.com/Dannecron/php-for-dev.git
synced 2025-12-25 16:12:35 +03:00
trying to use multiarch build
This commit is contained in:
3
.github/workflows/continuous-integration.yml
vendored
3
.github/workflows/continuous-integration.yml
vendored
@@ -33,7 +33,8 @@ jobs:
|
||||
|
||||
- name: Build the Docker images ${{ matrix.php_version }}
|
||||
run: |
|
||||
DOCKER_BUILDKIT=1 docker build --cache-from=dannecron/php-for-dev:${{ matrix.php_version }} \
|
||||
docker buildx --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 }} \
|
||||
--tag=localhost/php-for-dev:${{ matrix.php_version }} \
|
||||
|
||||
Reference in New Issue
Block a user