Skip to content

Commit

Permalink
Swap arch for php image (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Oct 1, 2024
1 parent ca6416c commit 11d86c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-phpfpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
alternate-latest-mode: true
runs-on: "linux-arm64"
docker-platforms: "linux/arm64"
docker-platforms: "linux/amd64"
docker-context: "./phpfpm"
dockerfile: "./phpfpm/Dockerfile"
image_subpath: "phpfpm"

0 comments on commit 11d86c4

Please sign in to comment.