Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
support arm64 docker
  • Loading branch information
xrain0610 authored Feb 2, 2024
1 parent dae38be commit ee1d6c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker image
uses: docker/setup-qemu-action@v2
with:
platforms: linux/amd64,linux/arm64
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
Expand Down

0 comments on commit ee1d6c3

Please sign in to comment.