Update build.yml

This commit is contained in:
Preston 2020-07-11 22:47:38 -04:00 committed by GitHub
parent 0914875296
commit 93e96185ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -47,9 +47,13 @@ jobs:
if: startsWith(matrix.os, 'ubuntu') if: startsWith(matrix.os, 'ubuntu')
uses: uraimo/run-on-arch-action@v1.0.9 uses: uraimo/run-on-arch-action@v1.0.9
with: with:
architecture: armv7 architecture: aarch64
distribution: ubuntu18.04 distribution: ubuntu18.04
run: | run: |
apt update
curl -sL https://deb.nodesource.com/setup_12.x | -E bash -
apt install -y nodejs
apt install -y build-essential
npm ci npm ci
npm run lint npm run lint
npm run build --if-present npm run build --if-present