multiarch-pipeline-test/.drone.yml

19 lines
217 B
YAML
Raw Normal View History

2019-03-09 01:12:03 +00:00
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