multiarch
continuous-integration/drone/tag Build was killed Details

This commit is contained in:
Paolo Asperti 2022-06-10 23:49:26 +02:00
parent f4579d2608
commit ac93e435be
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 26 additions and 26 deletions

View File

@ -27,35 +27,35 @@ trigger:
event: event:
- tag - tag
--- # ---
kind: pipeline # kind: pipeline
type: docker # type: docker
name: linux-arm64 # name: linux-arm64
platform: # platform:
arch: arm64 # arch: arm64
os: linux # os: linux
steps: # steps:
- name: build_and_publish # - name: build_and_publish
image: plugins/docker:linux-arm64 # image: plugins/docker:linux-arm64
settings: # settings:
dockerfile: Dockerfile # dockerfile: Dockerfile
force_tag: true # force_tag: true
password: # password:
from_secret: docker_password # from_secret: docker_password
registry: docker.asperti.com # registry: docker.asperti.com
repo: docker.asperti.com/paspo/ftps # repo: docker.asperti.com/paspo/ftps
username: # username:
from_secret: docker_username # from_secret: docker_username
tags: # tags:
- ${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
trigger: # trigger:
event: # event:
- tag # - tag
--- ---
kind: pipeline kind: pipeline