Skip to content

Commit 6d64e95

Browse files
committed
added 32 bit build
1 parent d544415 commit 6d64e95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Building for windows
22

3+
64 bit
34
GOOS=windows GOARCH=amd64 go build -o cad-creation-automation.exe
45

6+
32 bit
7+
GOOS=windows GOARCH=386 go build -o cad-creation-automation-32.exe
8+
59
# Running
610

711
The binary can only be run where the config & credential & token file is located

0 commit comments

Comments
 (0)