Parcourir la source

Removed Windows support in build script

Why you would ever need Samba on windows???
TC il y a 4 ans
Parent
commit
cb42cdf906
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      build.sh

+ 2 - 2
build.sh

@@ -11,8 +11,8 @@ mv "${PWD##*/}" "${PWD##*/}_linux_arm"
 GOOS=linux GOARCH=arm64 go build
 mv "${PWD##*/}" "${PWD##*/}_linux_arm64"
 
-echo "Building windows"
-GOOS=windows GOARCH=amd64 go build
+#echo "Building windows"
+#GOOS=windows GOARCH=amd64 go build
 
 
 echo "Completed"