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