Skip to content

Commit

Permalink
Add CI build target for i686 linux and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed Oct 11, 2024
1 parent e25fd55 commit 638a721
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@ jobs:
- os: windows-latest
target: x86_64-pc-windows-msvc
code-target: win32-x64
- os: windows-latest
target: i686-pc-windows-msvc
code-target: win32-i686
- os: windows-latest
target: aarch64-pc-windows-msvc
code-target: win32-arm64
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
code-target: linux-x64
- os: ubuntu-20.04
target: i686-unknown-linux-gnu
code-target: linux-i686
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
code-target: linux-arm64
Expand Down

0 comments on commit 638a721

Please sign in to comment.