From 93e96185efa16e08b84f96e40cda56df5831a019 Mon Sep 17 00:00:00 2001 From: Preston Date: Sat, 11 Jul 2020 22:47:38 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec97151e..a98a9a2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,9 +47,13 @@ jobs: if: startsWith(matrix.os, 'ubuntu') uses: uraimo/run-on-arch-action@v1.0.9 with: - architecture: armv7 + architecture: aarch64 distribution: ubuntu18.04 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 run lint npm run build --if-present