Skip to content

Commit

Permalink
fix dimo414#17: Provide arm64 Darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy authored Oct 29, 2022
1 parent aed4c81 commit 25ca3b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
arch:
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04, use-cross: true }
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
- { target: aarch64-apple-darwin , os: macos-10.15 }
- { target: x86_64-apple-darwin , os: macos-10.15 }
- { target: x86_64-pc-windows-msvc , os: windows-2019 , suffix: .exe }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
Expand Down

0 comments on commit 25ca3b1

Please sign in to comment.