multiarch
This commit is contained in:
parent
9acb740486
commit
07629dfc63
55
.drone.yml
55
.drone.yml
@ -7,6 +7,16 @@ platform:
|
|||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: plugins/docker:linux-amd64
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
dry_run: true
|
||||||
|
repo: docker.asperti.com/paspo/ftps
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
- name: build_and_publish
|
- name: build_and_publish
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
settings:
|
settings:
|
||||||
@ -22,10 +32,9 @@ steps:
|
|||||||
- ${DRONE_TAG}-linux-amd64
|
- ${DRONE_TAG}-linux-amd64
|
||||||
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-amd64
|
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-amd64
|
||||||
- ${DRONE_SEMVER_MAJOR}-linux-amd64
|
- ${DRONE_SEMVER_MAJOR}-linux-amd64
|
||||||
|
when:
|
||||||
trigger:
|
event:
|
||||||
event:
|
- tag
|
||||||
- tag
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -37,6 +46,16 @@ platform:
|
|||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: plugins/docker:linux-arm64
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
dry_run: true
|
||||||
|
repo: docker.asperti.com/paspo/ftps
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
- name: build_and_publish
|
- name: build_and_publish
|
||||||
image: plugins/docker:linux-arm64
|
image: plugins/docker:linux-arm64
|
||||||
settings:
|
settings:
|
||||||
@ -52,10 +71,11 @@ steps:
|
|||||||
- ${DRONE_TAG}-linux-arm64
|
- ${DRONE_TAG}-linux-arm64
|
||||||
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm64
|
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm64
|
||||||
- ${DRONE_SEMVER_MAJOR}-linux-arm64
|
- ${DRONE_SEMVER_MAJOR}-linux-arm64
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
trigger:
|
# no build server available (at the moment) for this arch
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
# kind: pipeline
|
# kind: pipeline
|
||||||
@ -67,6 +87,16 @@ trigger:
|
|||||||
# os: linux
|
# os: linux
|
||||||
|
|
||||||
# steps:
|
# steps:
|
||||||
|
# - name: build
|
||||||
|
# image: plugins/docker:linux-arm
|
||||||
|
# settings:
|
||||||
|
# dockerfile: Dockerfile
|
||||||
|
# dry_run: true
|
||||||
|
# repo: docker.asperti.com/paspo/ftps
|
||||||
|
# when:
|
||||||
|
# event:
|
||||||
|
# - push
|
||||||
|
|
||||||
# - name: build_and_publish
|
# - name: build_and_publish
|
||||||
# image: plugins/docker:linux-arm
|
# image: plugins/docker:linux-arm
|
||||||
# settings:
|
# settings:
|
||||||
@ -82,10 +112,9 @@ trigger:
|
|||||||
# - ${DRONE_TAG}-linux-arm
|
# - ${DRONE_TAG}-linux-arm
|
||||||
# - ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm
|
# - ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm
|
||||||
# - ${DRONE_SEMVER_MAJOR}-linux-arm
|
# - ${DRONE_SEMVER_MAJOR}-linux-arm
|
||||||
|
# when:
|
||||||
# trigger:
|
# event:
|
||||||
# event:
|
# - tag
|
||||||
# - tag
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -96,8 +125,8 @@ steps:
|
|||||||
- name: manifest
|
- name: manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
settings:
|
settings:
|
||||||
force_tag: "true"
|
force_tag: true
|
||||||
ignore_missing: "true"
|
ignore_missing: true
|
||||||
spec: manifest.tmpl
|
spec: manifest.tmpl
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
|
Loading…
Reference in New Issue
Block a user