Skip to content

Commit 07e1555

Browse files
committed
disable arm build
1 parent b300c3e commit 07e1555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile_webidebridge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bootstrapPlatforms()
5252
env CC_FOR_TARGET=o64-clang CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 ./make.bash --no-clean
5353
env CC_FOR_TARGET=gcc CGO_ENABLED=1 GOOS=linux GOARCH=amd64 ./make.bash --no-clean
5454
env CC_FOR_TARGET=gcc CGO_ENABLED=1 GOOS=linux GOARCH=386 ./make.bash --no-clean
55-
env CGO_ENABLED=0 GOOS=linux GOARCH=arm ./make.bash --no-clean
55+
#env CGO_ENABLED=0 GOOS=linux GOARCH=arm ./make.bash --no-clean
5656
env CC_FOR_TARGET=i686-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows GOARCH=386 ./make.bash --no-clean
5757
}
5858

0 commit comments

Comments
 (0)