Update build.yml

This commit is contained in:
Preston 2020-07-11 22:33:26 -04:00 committed by GitHub
parent 2cd098938b
commit 0914875296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -44,11 +44,15 @@ jobs:
name: freetube-vue_0.8.0_amd64.rpm
path: build/freetube-vue-0.8.0.x86_64.rpm
- name: Build with ARM64
uses: uraimo/run-on-arch-action@v1.0.9
if: startsWith(matrix.os, 'ubuntu')
- run: npm ci
- run: npm run lint
- run: npm run build --if-present
uses: uraimo/run-on-arch-action@v1.0.9
with:
architecture: armv7
distribution: ubuntu18.04
run: |
npm ci
npm run lint
npm run build --if-present
- name: Upload Linux ARM64 .deb Artifact
uses: actions/upload-artifact@v2
if: startsWith(matrix.os, 'ubuntu')