Skip to content

Commit

Permalink
Add cross-compile triples for macos (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Jul 14, 2023
1 parent 1e55404 commit f5e9e6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ cross-release() {
local triples=(
aarch64-linux-gnu
aarch64-linux-musleabi
aarch64-macos-none
arm-linux-musleabi
arm-linux-musleabihf
x86-linux-gnu
Expand All @@ -86,6 +87,7 @@ cross-release() {
wasm32-wasi-musl
x86_64-linux-gnu
x86_64-linux-musl
x86_64-macos-none
)

for triple in "${triples[@]}"; do
Expand Down

0 comments on commit f5e9e6a

Please sign in to comment.