This commit is contained in:
parent
bc04f3d3fe
commit
4e8da4c0b1
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# .woodpecker.yml
|
# .woodpecker.yml
|
||||||
platform: linux/arm64
|
platform: linux/*
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
|
@ -9,6 +9,5 @@ pipeline:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- npm run build
|
- npm run build
|
||||||
- ls build
|
- ls build
|
||||||
- cat build/main.js
|
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
Loading…
Reference in a new issue