Add new build step and disable arm (for now)

This commit is contained in:
IamTheFij 2018-11-17 13:41:56 -08:00
parent 566a76a39f
commit f1d39eb8a8
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
platform: ${platform}
pipeline:
build:
image: golang
commands:
- make build
build:
image: plugins/docker:${docker_tag}
repo: iamthefij/dockron
@ -14,5 +18,5 @@ matrix:
include:
- platform: linux/amd64
docker_tag: latest
- platform: linux/arm
docker_tag: linux-arm
# - platform: linux/arm
# docker_tag: linux-arm