mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
complete the drone pipeline runner type and platform os
This commit is contained in:
parent
b8bf5de75a
commit
460211431f
1 changed files with 2 additions and 0 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: test-aarch64-linux-musl
|
name: test-aarch64-linux-musl
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue