Skip to content

Commit

Permalink
ci: re-enable arm64 docker build with prebuilt rust_ext wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jul 8, 2024
1 parent 43dc6c1 commit fe7e208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64 #,linux/arm64
platforms: linux/amd64,linux/arm64

- uses: docker/metadata-action@v5
id: meta
Expand All @@ -42,4 +42,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64 #,linux/arm64
platforms: linux/amd64,linux/arm64

0 comments on commit fe7e208

Please sign in to comment.