Use static version of node for all builds, not just darwin
This way, building a standalone release locally and putting it in the release contianer for testing is less likely to break.
This commit is contained in:
@ -13,7 +13,8 @@ main() {
|
||||
release-gcp \
|
||||
release-images \
|
||||
dist \
|
||||
.cache
|
||||
.cache \
|
||||
node-*
|
||||
|
||||
pushd lib/vscode
|
||||
git clean -xffd
|
||||
|
Reference in New Issue
Block a user