Skip to content

Commit bb78897

Browse files
authored
Merge pull request #136 from chialab/chore/arm-php-5.6-again
chore: re-enable arm64 build of PHP 5.6 containers
2 parents e3a06ee + 9b9e9da commit bb78897

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Build image and push to registry
5858
uses: docker/build-push-action@v5
5959
with:
60-
platforms: linux/amd64
60+
platforms: linux/amd64,linux/arm64
6161
# cache-from: type=registry,ref=ghcr.io/chialab/php:${{ matrix.version }}${{ matrix.flavor }}
6262
cache-to: type=inline
6363
context: .

.github/workflows/publish.compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build image and push to registry
5353
uses: docker/build-push-action@v5
5454
with:
55-
platforms: linux/amd64
55+
platforms: linux/amd64,linux/arm64
5656
# cache-from: type=registry,ref=ghcr.io/chialab/php-compat:${{ matrix.version }}${{ matrix.flavor }}
5757
cache-to: type=inline
5858
context: ./compat

0 commit comments

Comments
 (0)