multiarch-pipeline-test/.drone.yml
2019-03-08 17:12:03 -08:00

19 lines
217 B
YAML

kind: pipeline
name: amd64
steps:
- name: build
image: docker
commands:
- make build
---
kind: pipeline
name: arm
steps:
- name: build
image: docker
commands:
- make cross-build-arm