diff --git a/.woodpecker.yml b/.woodpecker.yml index eef847d7..2bcb0a72 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,3 +1,5 @@ ++platform: linux/arm64 + pipeline: fetch_git_submodules: image: node:14-alpine @@ -11,8 +13,6 @@ pipeline: image: node:14-alpine commands: - yarn - when: - platform: "linux/amd64" yarn_lint: image: node:14-alpine