diff --git a/.github/workflows/8.2.apache.yml b/.github/workflows/8.2.apache.yml index fe970c2..d474c58 100644 --- a/.github/workflows/8.2.apache.yml +++ b/.github/workflows/8.2.apache.yml @@ -45,6 +45,7 @@ jobs: uses: docker/build-push-action@v5 with: context: 8/8.2 + platforms: linux/amd64,linux/arm64 file: 8/8.2/Dockerfile.apache build-args: | PHP_VERSION=8.2 @@ -57,6 +58,7 @@ jobs: uses: docker/build-push-action@v5 with: context: 8/8.2 + platforms: linux/amd64,linux/arm64 file: 8/8.2/Dockerfile.apache.dev build-args: | PHP_VERSION=8.2