Skip to content

Commit

Permalink
Add i386-linux-musl as a build target
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 8, 2024
1 parent 72d87f6 commit a5bf598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
host: aarch64-linux-musl
capture_interface: eth0
zigflags: -target aarch64-linux-musl -fPIC -mno-outline-atomics
- arch: i386
host: i386-linux-musl
capture_interface: eth0
zigflags: -target i386-linux-musl -fPIC -mno-outline-atomics
- arch: arm
host: arm-linux-gnueabihf
capture_interface: eth0
Expand Down

0 comments on commit a5bf598

Please sign in to comment.