Skip to content

Commit

Permalink
fix: deepin build
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Jul 27, 2024
1 parent 5aaa0c9 commit 65740dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ jobs:
fi
dpkg --version
if [[ "$BUILD_ARCH" == loong* ]];then
echo "build loong"
export DOCKER_UID=$(id -u)
export DOCKER_GID=$(id -g)
cat /etc/passwd
Expand All @@ -385,6 +386,7 @@ jobs:
exit $(cat tmp/exit_code)
fi
else
echo "build simple"
tools/build-deepin.sh ${{ steps.tag.outputs.tag }}
fi
Expand Down

0 comments on commit 65740dc

Please sign in to comment.