File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ jobs:
123
123
- name : Build the Agent for win32
124
124
env :
125
125
GOARCH : 386 # 32bit architecture (for support)
126
- 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)
127
126
run : task go:build-win
128
127
if : runner.os == 'Windows' && matrix.arch == '-386'
129
128
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ jobs:
101
101
- name : Build the Agent for win32
102
102
env :
103
103
GOARCH : 386 # 32bit architecture (for support)
104
- 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
104
run : task go:build-win
106
105
if : matrix.os == 'windows-2019' && matrix.arch == '-386'
107
106
You can’t perform that action at this time.
0 commit comments