chore: re-enable arm64 build of PHP 5.6 containers

This commit is contained in:
le0m
2026-01-30 09:47:31 +01:00
parent e3a06ee081
commit 9b9e9da2a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
- name: Build image and push to registry
uses: docker/build-push-action@v5
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
# cache-from: type=registry,ref=ghcr.io/chialab/php:${{ matrix.version }}${{ matrix.flavor }}
cache-to: type=inline
context: .
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
- name: Build image and push to registry
uses: docker/build-push-action@v5
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
# cache-from: type=registry,ref=ghcr.io/chialab/php-compat:${{ matrix.version }}${{ matrix.flavor }}
cache-to: type=inline
context: ./compat