# .woodpecker.yml
platform: linux/arm64
pipeline:
build:
image: node:18-alpine
commands:
- apk add git
- git clone -b submodule https://jusax.de/git/jusax23/stear.git stear
- npm ci
- npm run build
- ls build