Skip to content

Commit

Permalink
build ARM64-based Docker images and support ARM64 architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Demin Yin <deminy@deminy.net>
  • Loading branch information
deminy committed Oct 3, 2023
1 parent dea2442 commit 7704846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./dockerfiles/${{ matrix.type }}/
platforms: linux/amd64
platforms: linux/amd64,linux/arm64/v8
push: true
tags: deminy/swoole-by-examples:${{ matrix.type }}-5.1

0 comments on commit 7704846

Please sign in to comment.