Skip to content

Commit

Permalink
fix: latest with loong64?
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 10, 2024
1 parent ede907b commit 41b84ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
run: |
ls -l
mkdir -p tmp/build
tools/build-prepare.sh
# tools/build-prepare.sh
asar e app/app.asar app/app
if [[ "$BUILD_ARCH" == loong* ]];then
npm run pkg-loongarch
Expand Down Expand Up @@ -306,11 +306,11 @@ jobs:
name: Build Deepin Package
needs:
- build-app
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
matrix:
ARCH: ['x64', 'arm64']
ARCH: ['x64', 'arm64', 'loong64']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 41b84ba

Please sign in to comment.