summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFly me to the moon <git@bigly.dog>2020-05-23 21:04:37 -0700
committerFly me to the moon <git@bigly.dog>2020-05-23 21:04:37 -0700
commit765210fcc31677e7bcb142956cf67bdfa19ace0a (patch)
treee09895d109fdbe1f495c88d6b3eb647a0d16d0e7
parent6655c81890286408247a660291a48a09a08f49f9 (diff)
remove windows build0.3.0
-rwxr-xr-xrelease.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index bbb1337..e750d18 100755
--- a/release.sh
+++ b/release.sh
@@ -14,7 +14,7 @@ mkdir -p "$PWD/target" "$RELEASE"
builds=(
x86_64-unknown-linux-gnu
x86_64-unknown-linux-musl
- x86_64-pc-windows-gnu
+ # x86_64-pc-windows-gnu
)
@@ -49,4 +49,3 @@ for build in "${builds[@]}"
do
cross_build "$build"
done
-