Update build.yml
This commit is contained in:
parent
2cd098938b
commit
0914875296
|
@ -44,11 +44,15 @@ jobs:
|
||||||
name: freetube-vue_0.8.0_amd64.rpm
|
name: freetube-vue_0.8.0_amd64.rpm
|
||||||
path: build/freetube-vue-0.8.0.x86_64.rpm
|
path: build/freetube-vue-0.8.0.x86_64.rpm
|
||||||
- name: Build with ARM64
|
- name: Build with ARM64
|
||||||
uses: uraimo/run-on-arch-action@v1.0.9
|
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
- run: npm ci
|
uses: uraimo/run-on-arch-action@v1.0.9
|
||||||
- run: npm run lint
|
with:
|
||||||
- run: npm run build --if-present
|
architecture: armv7
|
||||||
|
distribution: ubuntu18.04
|
||||||
|
run: |
|
||||||
|
npm ci
|
||||||
|
npm run lint
|
||||||
|
npm run build --if-present
|
||||||
- name: Upload Linux ARM64 .deb Artifact
|
- name: Upload Linux ARM64 .deb Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
|
|
Loading…
Reference in New Issue