Skip to content

Commit

Permalink
Revert "ci: Loongarch64 is loongarch64 in Debian series"
Browse files Browse the repository at this point in the history
This reverts commit 73bba09.
  • Loading branch information
Markson Hon committed Mar 20, 2024
1 parent 73bba09 commit 8b864a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -520,7 +518,7 @@ jobs:
riscv64)
source_dir="v2ray_unzipped/v2ray-linux-riscv64"
;;
loongarch64)
loong64)
source_dir="v2ray_unzipped/v2ray-linux-loong64"
;;
esac
Expand Down Expand Up @@ -579,7 +577,7 @@ jobs:
riscv64)
source_dir="xray_unzipped/xray-linux-riscv64"
;;
loongarch64)
loong64)
source_dir="xray_unzipped/xray-linux-loong64"
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion install/debian/conf/distributions
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8b864a2

Please sign in to comment.