multiarch-pipeline-test/.drone.yml

34 lines
647 B
YAML
Raw Normal View History

2019-03-09 01:12:03 +00:00
kind: pipeline
name: amd64
steps:
- name: build
image: docker
2019-03-10 21:28:47 +00:00
settings:
repo: iamthefij/multiarch-pipeline-test
auto_tag: true
auto_tag_suffix: linux-amd64
2019-03-10 21:30:16 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2019-03-09 01:12:03 +00:00
---
kind: pipeline
name: arm
steps:
- name: build
image: docker
2019-03-10 21:28:47 +00:00
settings:
repo: iamthefij/multiarch-pipeline-test
auto_tag: true
auto_tag_suffix: linux-arm32v6
2019-03-10 21:30:16 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
2019-03-10 21:28:47 +00:00
build_args:
- ARCH=arm
- REPO=arm32v6