Skip to content

Commit

Permalink
feat: Added linux arm build for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ocni-dtu committed Aug 19, 2024
1 parent 9ca58cc commit 5f6f071
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: linux-amd64
runner: ubuntu-latest
target: x86_64-unknown-linux-gnu
- name: linux-arm64
runner: ubuntu-latest
target: aarch64-unknown-linux-gnu
- name: win-amd64
runner: windows-latest
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 5f6f071

Please sign in to comment.