File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
- operating-system : ubuntu-18.04
15
15
- operating-system : windows-2019
16
16
arch : -386
17
+ goarch : 386 # 32bit architecture (for support)
17
18
ext : " .exe"
18
19
- operating-system : windows-2019
19
20
arch : -amd64
35
36
- name : Set env vars
36
37
run : |
37
38
echo "TAG_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
38
- echo $(go env GOPATH)/bin >> $GITHUB_PATH
39
+ echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
40
+ echo "GOARCH:=${{ matrix.goarch }}" >> $GITHUB_ENV
39
41
40
42
- name : Identify Prerelease
41
43
# This is a workaround while waiting for create-release action to implement auto pre-release based on tag
@@ -100,7 +102,6 @@ jobs:
100
102
# building the agent for win requires a different task because of an extra flag
101
103
- name : Build the Agent for win32
102
104
env :
103
- GOARCH : 386 # 32bit architecture (for support)
104
105
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)
105
106
run : task build-win
106
107
if : matrix.operating-system == 'windows-2019' && matrix.arch == '-386'
You can’t perform that action at this time.
0 commit comments