Skip to content

Commit

Permalink
ci: fix arm package create
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed May 31, 2024
1 parent 39eda25 commit 59fd3cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59fd3cf

Please sign in to comment.