Skip to content

Commit

Permalink
Merge pull request #70 from ocni-dtu/chrk/linux_arm
Browse files Browse the repository at this point in the history
feat: Added linux arm build for Python
  • Loading branch information
ocni-dtu authored Aug 19, 2024
2 parents 9ca58cc + 5f6f071 commit 9d7e5fc
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 9d7e5fc

Please sign in to comment.