Try adding drone builds

This commit is contained in:
IamTheFij 2018-08-12 14:35:12 -07:00
parent 5fcb935c0f
commit 2a73f238c6
1 changed files with 16 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
platform: ${platform}
pipeline:
build:
image: plugins/docker
repo: iamthefij/dockron
secrets:
- docker_username
- docker_password
tag:
- $platform
matrix:
include:
- platform: linux/amd64
- platform: linux/arm