chore: workflow

This commit is contained in:
Mo
2022-06-13 10:00:07 -05:00
parent 9165b062d0
commit 170e768dc4

View File

@@ -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'