no mac build for now

This commit is contained in:
jb-alvarado 2023-10-24 10:43:00 +02:00
parent 5fb5851b49
commit c350339ac3

View File

@ -22,7 +22,8 @@ cd ..
if [[ -n $target ]]; then
targets=($target)
else
targets=("x86_64-unknown-linux-musl" "aarch64-unknown-linux-gnu" "x86_64-pc-windows-gnu" "x86_64-apple-darwin" "aarch64-apple-darwin")
targets=("x86_64-unknown-linux-musl" "aarch64-unknown-linux-gnu" "x86_64-pc-windows-gnu")
# "x86_64-apple-darwin" "aarch64-apple-darwin"
fi
IFS="= "