Skip to content

Commit

Permalink
Add more target to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme authored Nov 20, 2024
1 parent 0f0a9b3 commit 7aab6dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ jobs:
backend: [ "hashes_backend", "ring_backend", "mix_backend" ]
config:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- { target: x86_64-unknown-linux-musl, os: ubuntu-latest }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-latest }
- { target: aarch64-unknown-linux-musl, os: ubuntu-latest }
- { target: i686-unknown-linux-gnu, os: ubuntu-latest }
- { target: loongarch64-unknown-linux-gnu, os: ubuntu-latest }
- { target: loongarch64-unknown-linux-musl, os: ubuntu-latest }
- { target: x86_64-pc-windows-msvc, os: windows-latest }
- { target: x86_64-pc-windows-gnu, os: windows-latest }
- { target: i686-pc-windows-msvc, os: windows-latest }
Expand Down

0 comments on commit 7aab6dd

Please sign in to comment.