Skip to content

Commit

Permalink
add arm for alpine images
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy committed Oct 19, 2023
1 parent 6823ffe commit 7dcaf2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: matrix.node == '20'
uses: docker/build-push-action@v4
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
context: ./runtimes/common
file: ./runtimes/${{ matrix.php }}/DockerfileAlpine
push: true
Expand All @@ -51,7 +51,7 @@ jobs:
if: matrix.node == '18'
uses: docker/build-push-action@v4
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
context: ./runtimes/common
file: ./runtimes/${{ matrix.php }}/DockerfileAlpine
push: true
Expand Down

0 comments on commit 7dcaf2a

Please sign in to comment.