1
0
mirror of https://github.com/rancher/rke.git synced 2025-10-20 18:40:43 +00:00
Files
rke/.drone.yml

43 lines
774 B
YAML
Raw Normal View History

2017-10-25 17:02:49 -07:00
---
pipeline:
build:
privileged: true
image: rancher/dapper:1.11.2
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- dapper ci
2018-01-05 10:18:29 -07:00
2018-01-05 13:58:20 -07:00
build-all-binaries:
privileged: true
image: rancher/dapper:1.11.2
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- CROSS=1
commands:
- dapper build
when:
branch: master
event: tag
2018-01-05 10:18:29 -07:00
stage-binaries:
image: rancher/dapper:1.11.2
commands:
- cp -r ./bin/* ./package/
when:
branch: master
event: tag
github_binary_release:
image: plugins/github-release
2018-01-05 13:58:20 -07:00
files:
- bin/*
2018-01-12 15:12:59 -07:00
- build/bin/rke_*
2018-01-27 11:49:26 +01:00
checksum:
- sha256
2018-01-05 10:18:29 -07:00
secrets: [github_token]
when:
branch: master
event: tag