Updated woodpecker config to use the electronuserland/builder image to build the app
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2022-05-22 15:42:08 -04:00
parent 27bcd97bdc
commit da8dca561b

View File

@ -3,8 +3,8 @@ workspace:
path: app path: app
pipeline: pipeline:
build: build_linux:
image: archon_build image: electronuserland/builder:16
commands: commands:
- npm install - npm install
- npm run grunt - npm run grunt