authorgravatar for zc2638@qq.comzc <zc2638@qq.com> 2022-07-21 11:09:25+08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-07-21 11:17:35-07:00
log460211431f407c9f707e3ac3bbff61610a487926
tree8340a701fd1f6081f5162d7a724740f5e82aa9fa
parentb8bf5de75a3ef6c4b757abd0a0d5b5a14b5ee269

complete the drone pipeline runner type and platform os


1 files changed, 2 insertions(+), 0 deletions(-)

ci/drone/drone.yml+2
...@@ -1,8 +1,10 @@...@@ -1,8 +1,10 @@
1---1---
2kind: pipeline2kind: pipeline
3type: docker
3name: test-aarch64-linux-musl4name: test-aarch64-linux-musl
45
5platform:6platform:
7 os: linux
6 arch: arm648 arch: arm64
79
8steps:10steps: