Skip to content

Commit

Permalink
chore: fix arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jul 2, 2024
1 parent 40080a1 commit 86f340f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package_armv7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
mkdir -p ~/.cache/pkg
export PKG_CACHE_PATH=~/.cache/pkg
export PKG_IGNORE_TAG=true
curl https://github.com/yao-pkg/pkg-binaries/releases/download/node18/built-v18.18.2-linux-armv7 -LOJ
mv built-v18.18.2-linux-armv7 $PKG_CACHE_PATH/built-v${{ matrix.node-version }}-linux-armv7
curl https://github.com/yao-pkg/pkg-binaries/releases/download/node18/built-v18.19.1-linux-armv7 -LOJ
mv built-v18.19.1-linux-armv7 $PKG_CACHE_PATH/built-v${{ matrix.node-version }}-linux-armv7
npm run pkg -- --bundle --skip-build --arch=armv7
- name: Upload artifacts
Expand Down

0 comments on commit 86f340f

Please sign in to comment.