From 44e2bf0da16fcd7311c401cde3451214458ef074 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Wed, 8 Mar 2023 14:01:15 +0100 Subject: [PATCH] pipe build all --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7831b8a..88a4d48 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,8 +13,7 @@ pipeline: buildBin: image: node:18 commands: - - npm run build-linux-arm64 - - npm run build-linux-x64 + - npm run build-all when: event: tag publish: