mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-25 20:51:21 +08:00
ci: fix arm package create
This commit is contained in:
parent
39eda257a7
commit
59fd3cffe3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -206,6 +206,10 @@ jobs:
|
||||
sudo apt-get install dpkg
|
||||
if [ "${{matrix.jobs.abi}}" = "1" ]; then
|
||||
ARCH=loongarch64
|
||||
elif [ "${{matrix.jobs.goarm}}" = "7" ]; then
|
||||
ARCH=armhf
|
||||
elif [ "${{matrix.jobs.goarch}}" = "arm" ]; then
|
||||
ARCH=armel
|
||||
else
|
||||
ARCH=${{matrix.jobs.goarch}}
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user