Add new build step and disable arm (for now)
This commit is contained in:
parent
566a76a39f
commit
f1d39eb8a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user