Skip to content

Commit

Permalink
hold
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Dec 3, 2024
1 parent 979275e commit a524ae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ build_windows() {
for arch in "${windows_archs[@]}"; do
rustup target add $arch
echo "Building for windows architecture: $arch"
CLI_BUILD_ARCH=$arch pnpm nx run-many --target=build:bindings --skip-nx-cache
set CLI_BUILD_ARCH=$arch
pnpm nx run-many --target=build:bindings --skip-nx-cache
done
}

Expand Down

0 comments on commit a524ae3

Please sign in to comment.