# .woodpecker.yml platform: linux/arm64 pipeline: build: image: node:16-alpine commands: - npm ci - mkdir build - npm run build - ls build