Skip to content

Commit

Permalink
arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Oct 1, 2023
1 parent 0d3eb74 commit 6e93b0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,11 @@ jobs:
run: |-
set -e &&
apk update &&
apk add libuuid xdo libc-dev pkgconfig glib-dev gtk+3.0-dev pango-dev cairo-dev fontconfig-dev rustup nodejs npm &&
apk add curl gcc libuuid xdo libc-dev pkgconfig glib-dev gtk+3.0-dev pango-dev cairo-dev fontconfig-dev nodejs npm &&
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y &&
source $HOME/.cargo/env &&
npm install &&
rustup target add ${{ matrix.settings.target }} &&
npm install &&
PKG_CONFIG_SYSROOT_DIR=/ npm run build --target ${{ matrix.settings.target }} &&
strip *.node
- name: Upload artifact
Expand Down

0 comments on commit 6e93b0a

Please sign in to comment.