mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Use latest images on CI
This commit is contained in:
parent
6c8d0433d2
commit
0d7fbd61cb
1 changed files with 4 additions and 5 deletions
9
.github/workflows/nodejs.yml
vendored
9
.github/workflows/nodejs.yml
vendored
|
|
@ -16,8 +16,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-12
|
- macos-latest
|
||||||
- ubuntu-20.04
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -107,7 +107,7 @@ jobs:
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
||||||
|
|
||||||
build-linux-arm:
|
build-linux-arm:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
@ -163,8 +163,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y libpcre2-8-0=10.34-7 --allow-downgrades
|
sudo apt install -y libglib2.0-0:i386 libexpat1:i386 libgcc-s1:i386
|
||||||
sudo apt install -y libglib2.0-0:i386 libexpat1:i386
|
|
||||||
npm_config_arch=armv7l yarn run v8-snapshot:arch
|
npm_config_arch=armv7l yarn run v8-snapshot:arch
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn run electron-builder -l deb rpm AppImage pacman --${{ matrix.name }} -c electron-builder-linux-ci.json
|
run: yarn run electron-builder -l deb rpm AppImage pacman --${{ matrix.name }} -c electron-builder-linux-ci.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue