2022-11-06 20:48:20 +01:00
|
|
|
# .woodpecker.yml
|
2022-11-07 20:18:53 +01:00
|
|
|
platform: linux/arm64
|
2022-11-07 20:16:07 +01:00
|
|
|
|
2022-11-06 20:48:20 +01:00
|
|
|
pipeline:
|
|
|
|
build:
|
2022-11-07 19:28:45 +01:00
|
|
|
image: node:16-alpine
|
2022-11-06 20:48:20 +01:00
|
|
|
commands:
|
2022-11-07 19:28:07 +01:00
|
|
|
- npm ci
|
|
|
|
- mkdir build
|
2022-11-07 19:30:23 +01:00
|
|
|
- npm run build
|
2022-11-07 20:10:09 +01:00
|
|
|
- ls build
|