This commit is contained in:
parent
b1b3399ae6
commit
cf2f7c088b
15
.drone.yml
15
.drone.yml
@ -4,8 +4,10 @@ name: amd64
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
settings:
|
||||||
- make build
|
repo: iamthefij/multiarch-pipeline-test
|
||||||
|
auto_tag: true
|
||||||
|
auto_tag_suffix: linux-amd64
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -14,5 +16,10 @@ name: arm
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
settings:
|
||||||
- make cross-build-arm
|
repo: iamthefij/multiarch-pipeline-test
|
||||||
|
auto_tag: true
|
||||||
|
auto_tag_suffix: linux-arm32v6
|
||||||
|
build_args:
|
||||||
|
- ARCH=arm
|
||||||
|
- REPO=arm32v6
|
||||||
|
Loading…
Reference in New Issue
Block a user