Remove ARM and re-add RPM builds
This commit is contained in:
parent
f38d427033
commit
18f2f8842b
|
@ -49,36 +49,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_static_web
|
name: freetube-vue_0.8.0_static_web
|
||||||
path: dist/web
|
path: dist/web
|
||||||
- name: Build on ARMv7
|
|
||||||
uses: uraimo/run-on-arch-action@v1.0.9
|
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
|
||||||
with:
|
|
||||||
architecture: aarch64
|
|
||||||
distribution: ubuntu20.04
|
|
||||||
run: |
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
|
||||||
export TZ=Europe/Kiev
|
|
||||||
apt update
|
|
||||||
apt install -y curl
|
|
||||||
echo 'installing node 12x'
|
|
||||||
curl -sL https://deb.nodesource.com/setup_12.x | bash
|
|
||||||
echo 'finished installing node'
|
|
||||||
apt update
|
|
||||||
apt install -y nodejs
|
|
||||||
apt install -y build-essential
|
|
||||||
apt install -y libopenjp2-7
|
|
||||||
node --version
|
|
||||||
mkdir /github/workplace/build
|
|
||||||
cp -r _icons/.icon-set/ /github/workplace/build/.icon-set/
|
|
||||||
npm install
|
|
||||||
npm run lint
|
|
||||||
npm run build --if-present
|
|
||||||
- name: Upload Linux ARM64 .deb Artifact
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
if: startsWith(matrix.os, 'ubuntu-latest')
|
|
||||||
with:
|
|
||||||
name: FreeTube-Vue-0.8.0-arm64.AppImage
|
|
||||||
path: build/FreeTube-Vue-0.8.0-arm64.AppImage
|
|
||||||
- name: Upload Windows .exe Artifact
|
- name: Upload Windows .exe Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'windows')
|
if: startsWith(matrix.os, 'windows')
|
||||||
|
|
|
@ -47,7 +47,7 @@ const config = {
|
||||||
linux: {
|
linux: {
|
||||||
category: 'Network',
|
category: 'Network',
|
||||||
icon: '_icons/icon.png',
|
icon: '_icons/icon.png',
|
||||||
target: ['deb', 'zip', 'AppImage'], // re-add RPM after testiing
|
target: ['deb', 'zip', 'rpm', 'AppImage'],
|
||||||
},
|
},
|
||||||
mac: {
|
mac: {
|
||||||
category: 'public.app-category.utilities',
|
category: 'public.app-category.utilities',
|
||||||
|
|
Loading…
Reference in New Issue