mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-31 15:26:18 +00:00
Update armv7.yml
This commit is contained in:
parent
c77183edae
commit
f1e3f9e6c9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/armv7.yml
vendored
6
.github/workflows/armv7.yml
vendored
|
@ -72,9 +72,9 @@ jobs:
|
|||
unzip Xray-linux-arm64-v8a.zip
|
||||
rm -f Xray-linux-arm64-v8a.zip
|
||||
elif [ "${{ matrix.platform }}" == "arm" ]; then # Thay 'armv7' bằng 'arm'
|
||||
wget https://github.com/XTLS/Xray-core/releases/latest/download/Xray-linux-32.zip # Giữ liên kết tải về cho arm nguyên thủy
|
||||
unzip Xray-linux-32.zip
|
||||
rm -f Xray-linux-32.zip
|
||||
wget https://github.com/XTLS/Xray-core/releases/latest/download/Xray-linux-arm32-v7a.zip # Thay liên kết tải về cho armv7a
|
||||
unzip Xray-linux-arm32-v7a.zip
|
||||
rm -f Xray-linux-arm32-v7a.zip
|
||||
fi
|
||||
|
||||
rm -f geoip.dat geosite.dat iran.dat
|
||||
|
|
Loading…
Reference in a new issue