zap-stream-app/.drone.yaml
2024-11-20 15:20:06 +00:00

14 lines
292 B
YAML

kind: pipeline
type: kubernetes
name: default
concurrency:
limit: 1
metadata:
namespace: git
steps:
- name: build
image: rust:bookworm
commands:
- cargo install xbuild
- x build --platform linux --arch x64
- x build --platform android --arch arm64 --format apk