Skip to content

Commit

Permalink
fix: build deepin
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Jul 27, 2024
1 parent 65740dc commit 222ea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
export BUILD_ARCH="amd64"
fi
dpkg --version
if [[ "$BUILD_ARCH" == loong* ]];then
if [[ "$BUILD_ARCH" == "loong64" ]];then
echo "build loong"
export DOCKER_UID=$(id -u)
export DOCKER_GID=$(id -g)
Expand Down

0 comments on commit 222ea2f

Please sign in to comment.