From 4917a3d4e6d026830bb9316f6673f5b12b350a48 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 23 Mar 2023 13:53:10 -0400 Subject: [PATCH] Adding woodpecker. Try 11 --- .woodpecker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 01e37f8c..7b63fa2e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,6 +11,8 @@ pipeline: image: node:14-alpine commands: - yarn + when: + platform: linux/amd64 yarn_lint: image: node:14-alpine @@ -98,6 +100,3 @@ pipeline: ignore_missing: true when: event: tag -when: - platform: linux/amd64 -