File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
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 : Embed manifest in win binary
64
+ run : |
65
+ go get github.com/akavel/rsrc
66
+ rsrc -arch=386 -manifest=manifest.xml
67
+ if : matrix.operating-system == 'windows-latest'
68
+
63
69
- name : Build the Agent for win32
64
70
env :
65
71
GOARCH : 386 # 32bit architecture
Original file line number Diff line number Diff line change @@ -15,10 +15,7 @@ tasks:
15
15
build-win32 :
16
16
desc : Build the project for win 32 bit
17
17
cmds :
18
- - go get github.com/akavel/rsrc
19
- - rsrc -arch=386 -manifest=manifest.xml
20
18
- go build -v -i {{.WIN_LDFLAGS}}
21
- - rm rsrc.syso
22
19
23
20
test :
24
21
desc : Run the full testsuite, `legacy` will be skipped
You can’t perform that action at this time.
0 commit comments