devops: do not publish Win 32 bit driver anymore (#9789)

This commit is contained in:
Max Schmitt 2021-10-27 23:48:26 +02:00 committed by GitHub
parent fef5c38b3e
commit 82dd7c87ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,4 +73,3 @@ function build {
build "node-v${NODE_VERSION}-darwin-x64" "mac" "tar.gz" "run-driver-posix.sh"
build "node-v${NODE_VERSION}-linux-x64" "linux" "tar.gz" "run-driver-posix.sh"
build "node-v${NODE_VERSION}-win-x64" "win32_x64" "zip" "run-driver-win.cmd"
build "node-v${NODE_VERSION}-win-x86" "win32" "zip" "run-driver-win.cmd"