Skip to content

Commit

Permalink
add x86 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Markos-Th09 authored Dec 6, 2023
1 parent bdce6e8 commit 0ac23bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
- target: x86_64-unknown-linux-gnu
host_cc: ""
target_cc: ""
- target: i686-unknown-linux-gnu
host_cc: i686-linux-gnu
target_cc: i686-linux-gnu
- target: aarch64-unknown-linux-gnu
host_cc: ""
target_cc: aarch64-linux-gnu
Expand Down

0 comments on commit 0ac23bb

Please sign in to comment.