mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
Update On Sun Mar 17 19:25:58 CET 2024
This commit is contained in:
6
v2raya/.github/workflows/release_main.yml
vendored
6
v2raya/.github/workflows/release_main.yml
vendored
@@ -353,6 +353,8 @@ jobs:
|
||||
package_arch='i386'
|
||||
elif [ "$GOARCH" == 'mipsle' ];then
|
||||
package_arch='mips32le'
|
||||
elif [ "$GOARCH" == 'loong64' ];then
|
||||
package_arch='loongarch64'
|
||||
else
|
||||
package_arch="$GOARCH"
|
||||
fi
|
||||
@@ -518,7 +520,7 @@ jobs:
|
||||
riscv64)
|
||||
source_dir="v2ray_unzipped/v2ray-linux-riscv64"
|
||||
;;
|
||||
loong64)
|
||||
loongarch64)
|
||||
source_dir="v2ray_unzipped/v2ray-linux-loong64"
|
||||
;;
|
||||
esac
|
||||
@@ -577,7 +579,7 @@ jobs:
|
||||
riscv64)
|
||||
source_dir="xray_unzipped/xray-linux-riscv64"
|
||||
;;
|
||||
loong64)
|
||||
loongarch64)
|
||||
source_dir="xray_unzipped/xray-linux-loong64"
|
||||
;;
|
||||
esac
|
||||
|
@@ -2,7 +2,7 @@ Origin: v2rayA
|
||||
Label: v2raya
|
||||
Suite: stable
|
||||
Codename: v2raya
|
||||
Architectures: i386 amd64 armel armhf arm64 mips64 mips64le mips32 mips32le mips riscv64 loong64
|
||||
Architectures: i386 amd64 armel armhf arm64 mips64 mips64le mips32 mips32le mips riscv64 loongarch64
|
||||
Components: main
|
||||
Description: https://github.com/v2rayA/v2rayA
|
||||
SignWith: yes
|
||||
|
Reference in New Issue
Block a user