updated .drone.yml
This commit is contained in:
parent
07cd99c1f8
commit
3c43810bcf
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ kind: pipeline
|
|||
type: docker
|
||||
name: build
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node
|
||||
|
|
Loading…
Reference in a new issue