electron builder docker image test

This commit is contained in:
Core 2022-08-04 23:22:33 +01:00
parent c2057726ba
commit 0ddc9d614e
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -18,9 +18,7 @@ jobs:
- run: - run:
name: Install Build Dependencies name: Install Build Dependencies
command: | command: |
sudo dpkg --add-architecture i386
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y wine64 wine32
sudo apt-get install -y autoconf automake g++ libtool || true sudo apt-get install -y autoconf automake g++ libtool || true
- run: - run:
name: Update Version Number of App name: Update Version Number of App
@ -81,7 +79,8 @@ jobs:
- dist/latest-linux.yml - dist/latest-linux.yml
build-windows: build-windows:
executor: cider-ci docker:
- image: electronuserland/builder:wine
steps: steps:
- attach_workspace: - attach_workspace:
at: ~/Cider at: ~/Cider
@ -98,7 +97,8 @@ jobs:
- dist/latest.yml - dist/latest.yml
build-winget: build-winget:
executor: cider-ci docker:
- image: electronuserland/builder:wine
steps: steps:
- attach_workspace: - attach_workspace:
at: ~/Cider at: ~/Cider