File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-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
+ run : task build-win32
65
65
if : matrix.operating-system == 'windows-latest'
66
66
67
67
- 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,9 +12,10 @@ tasks:
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
+ - set GOARCH=386
18
19
- go get github.com/akavel/rsrc
19
20
- rsrc -arch=386 -manifest=manifest.xml
20
21
- go build -v -i {{.WIN_LDFLAGS}}
You can’t perform that action at this time.
0 commit comments