woodpecker-test/.woodpecker.yml
jusax23 3220d53e5f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
arm
2022-11-07 19:58:17 +01:00

13 lines
No EOL
204 B
YAML

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