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