From da8dca561b08e50496225ebd323ba0a91e82d3de Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 22 May 2022 15:42:08 -0400 Subject: [PATCH] Updated woodpecker config to use the electronuserland/builder image to build the app --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ddc0b16..0789ada 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,8 +3,8 @@ workspace: path: app pipeline: - build: - image: archon_build + build_linux: + image: electronuserland/builder:16 commands: - npm install - npm run grunt