Skip to content

Commit

Permalink
add build docker amd64/arm
Browse files Browse the repository at this point in the history
  • Loading branch information
winsphinx committed Jun 22, 2024
1 parent 187ac63 commit e6011ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64, linux/arm
platforms: amd64, arm64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit e6011ce

Please sign in to comment.