Update On Fri May 31 20:31:22 CEST 2024

This commit is contained in:
github-action[bot]
2024-05-31 20:31:22 +02:00
parent 3bb06d18ab
commit dec70f50f7
167 changed files with 3964 additions and 1161 deletions

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