# .woodpecker.yml
platform: linux/arm64
pipeline:
build:
image: node:18-alpine
commands:
- apk add git
- git submodule update --init --remote --force
- npm ci
- npm run build
- ls build