File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 2929 "openbsd-arm7" : { "friendlyName" : " openbsd-arm32-v7a" },
3030 "windows-386" : { "friendlyName" : " windows-32" },
3131 "windows-amd64" : { "friendlyName" : " windows-64" },
32- "windows-arm64" : { "friendlyName" : " windows-arm64-v8a" },
33- "windows-arm7" : { "friendlyName" : " windows-arm32-v7a" }
32+ "windows-arm64" : { "friendlyName" : " windows-arm64-v8a" }
3433}
Original file line number Diff line number Diff line change 4040 break
4141 fi
4242 done
43- LIST=('amd64' 'x86' 'arm64' 'arm' )
43+ LIST=('amd64' 'x86' 'arm64')
4444 for ARCHITECTURE in "${LIST[@]}"
4545 do
4646 echo -e "Checking wintun.dll for ${ARCHITECTURE}..."
@@ -114,9 +114,6 @@ jobs:
114114 # Windows ARM
115115 - goos : windows
116116 goarch : arm64
117- - goos : windows
118- goarch : arm
119- goarm : 7
120117 # BEGIN Other architectures
121118 # BEGIN riscv64 & ARM64 & LOONG64
122119 - goos : linux
@@ -250,9 +247,6 @@ jobs:
250247 if [[ ${GOARCH} == 'arm64' ]]; then
251248 mv resources/wintun/bin/arm64/wintun.dll build_assets/
252249 fi
253- if [[ ${GOARCH} == 'arm' ]]; then
254- mv resources/wintun/bin/arm/wintun.dll build_assets/
255- fi
256250 mv resources/wintun/LICENSE.txt build_assets/LICENSE-wintun.txt
257251 fi
258252
Original file line number Diff line number Diff line change 8989 max_attempts : 60
9090 command : |
9191 [ -d 'resources' ] || mkdir resources
92- LIST=('amd64' 'x86' 'arm64' 'arm' )
92+ LIST=('amd64' 'x86' 'arm64')
9393 for ARCHITECTURE in "${LIST[@]}"
9494 do
9595 FILE_PATH="resources/wintun/bin/${ARCHITECTURE}/wintun.dll"
You can’t perform that action at this time.
0 commit comments