Update .drone.yml
This commit is contained in:
parent
a26eaf6bc5
commit
78a597c205
|
|
@ -1,5 +1,10 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: alpine
|
||||
|
|
|
|||
Loading…
Reference in New Issue