We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82ba27 commit 2f8e139Copy full SHA for 2f8e139
scripts/build.bat
@@ -1,3 +1,3 @@
1
@echo off
2
SET /p v=Version:
3
-release ./cmd/code --os windows --arch amd64,386,arm64 --ldflags="-X main.Version=%v%" -c tar.gz
+release ./cmd/code --os windows,linux --extra-arches --ldflags="-X main.Version=%v%" -c tar.gz
0 commit comments