File tree 3 files changed +9
-6
lines changed 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 60
60
run : task build-cli
61
61
if : matrix.operating-system == 'ubuntu-latest'
62
62
63
- - name : Build the Agent for win
64
- run : task build-win
63
+ - name : Build the Agent for win32
64
+ env :
65
+ GOARCH : 386 # 32bit architecture
66
+ GO386 : 387 # support old instruction sets without MMX (used in the Pentium 4) (will be deprecated in GO > 1.15 https://golang.org/doc/go1.15)
67
+ run : task build-win32
65
68
if : matrix.operating-system == 'windows-latest'
66
69
67
70
- name : Upload artifacts
Original file line number Diff line number Diff line change 49
49
run : task build
50
50
if : matrix.operating-system != 'windows-latest'
51
51
52
- - name : Build the Agent for win
53
- run : task build-win
52
+ - name : Build the Agent for win32
53
+ run : task build-win32
54
54
if : matrix.operating-system == 'windows-latest'
55
55
56
56
- name : Run unit tests
Original file line number Diff line number Diff line change 12
12
cmds :
13
13
- go build -v -i -tags cli -o {{.APP_NAME}}_cli {{.LDFLAGS}}
14
14
15
- build-win :
16
- desc : Build the project for win
15
+ build-win32 :
16
+ desc : Build the project for win 32 bit
17
17
cmds :
18
18
- go get github.com/akavel/rsrc
19
19
- rsrc -arch=386 -manifest=manifest.xml
You can’t perform that action at this time.
0 commit comments