Revert "ci: Loongarch64 is loongarch64 in Debian series"

This reverts commit 73bba09548.
This commit is contained in:
Markson Hon 2024-03-20 19:50:46 +08:00
parent 73bba09548
commit 8b864a22a5
2 changed files with 3 additions and 5 deletions

View File

@ -353,8 +353,6 @@ jobs:
package_arch='i386'
elif [ "$GOARCH" == 'mipsle' ];then
package_arch='mips32le'
elif [ "$GOARCH" == 'loong64' ];then
package_arch='loongarch64'
else
package_arch="$GOARCH"
fi
@ -520,7 +518,7 @@ jobs:
riscv64)
source_dir="v2ray_unzipped/v2ray-linux-riscv64"
;;
loongarch64)
loong64)
source_dir="v2ray_unzipped/v2ray-linux-loong64"
;;
esac
@ -579,7 +577,7 @@ jobs:
riscv64)
source_dir="xray_unzipped/xray-linux-riscv64"
;;
loongarch64)
loong64)
source_dir="xray_unzipped/xray-linux-loong64"
;;
esac

View File

@ -2,7 +2,7 @@ Origin: v2rayA
Label: v2raya
Suite: stable
Codename: v2raya
Architectures: i386 amd64 armel armhf arm64 mips64 mips64le mips32 mips32le mips riscv64 loongarch64
Architectures: i386 amd64 armel armhf arm64 mips64 mips64le mips32 mips32le mips riscv64 loong64
Components: main
Description: https://github.com/v2rayA/v2rayA
SignWith: yes