Skip to content

Commit

Permalink
Add arm64/
Browse files Browse the repository at this point in the history
  • Loading branch information
sohma440 committed May 18, 2024
1 parent a56d0f5 commit 59a8283
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- name: Git checkout
uses: actions/checkout@v3
- name: Enable buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Log in to the GitHub Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand All @@ -63,6 +65,7 @@ jobs:
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta_gh.outputs.tags }}
labels: ${{ steps.meta_gh.outputs.labels }}
Expand All @@ -82,6 +85,7 @@ jobs:
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta_dh.outputs.tags }}
labels: ${{ steps.meta_dh.outputs.labels }}

0 comments on commit 59a8283

Please sign in to comment.