chore: workflow
This commit is contained in:
3
.github/workflows/desktop.release.test.yml
vendored
3
.github/workflows/desktop.release.test.yml
vendored
@@ -15,13 +15,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
|
- run: yarn build:web:all
|
||||||
|
|
||||||
- name: Install Snap Deps
|
- name: Install Snap Deps
|
||||||
run: |
|
run: |
|
||||||
sudo snap install snapcraft --classic
|
sudo snap install snapcraft --classic
|
||||||
sudo lxd init --auto
|
|
||||||
- name: SnapArm64
|
- name: SnapArm64
|
||||||
run: |
|
run: |
|
||||||
|
yarn run webpack --config desktop.webpack.prod.js --env snap
|
||||||
yarn run electron-builder --linux --arm64 -c.linux.target=snap --publish=never
|
yarn run electron-builder --linux --arm64 -c.linux.target=snap --publish=never
|
||||||
env:
|
env:
|
||||||
npm_config_target_arch: 'arm64'
|
npm_config_target_arch: 'arm64'
|
||||||
|
|||||||
Reference in New Issue
Block a user