parent
24078806e3
commit
b5a19bb1d2
28
.drone.yml
Normal file
28
.drone.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
platform: ${platform}
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
base: /go
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: golang:1.10
|
||||||
|
commands:
|
||||||
|
- go version
|
||||||
|
- go env
|
||||||
|
- go get -u github.com/golang/dep/cmd/dep
|
||||||
|
- make build
|
||||||
|
# publish:
|
||||||
|
# image: plugins/docker:${docker_tag}
|
||||||
|
# repo: iamthefij/dockron
|
||||||
|
# secrets:
|
||||||
|
# - docker_username
|
||||||
|
# - docker_password
|
||||||
|
# tag:
|
||||||
|
# - ${docker_tag}
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- platform: linux/amd64
|
||||||
|
docker_tag: latest
|
||||||
|
# - platform: linux/arm
|
||||||
|
# docker_tag: linux-arm
|
Loading…
Reference in New Issue
Block a user