Skip to content

Commit

Permalink
.github/workflows/build_targets: Add x86 to build target
Browse files Browse the repository at this point in the history
For #205
  • Loading branch information
etemesi254 committed Jun 5, 2024
1 parent fc5affa commit 25f9ede
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
os: macos-14
target: aarch64-apple-darwin


- name: x86 Architecture
os: ubuntu-latest
target: i686-unknown-linux-gnu

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 25f9ede

Please sign in to comment.