Merge branch 'MetaCubeX:Alpha' into Alpha

This commit is contained in:
liqun 2024-05-31 23:40:06 +08:00 committed by GitHub
commit e28d0089db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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