added arm arch, for 32bit rpi
This commit is contained in:
parent
07629dfc63
commit
5a78015465
74
.drone.yml
74
.drone.yml
@ -75,46 +75,44 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
# no build server available (at the moment) for this arch
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: linux-arm
|
||||||
|
|
||||||
# ---
|
platform:
|
||||||
# kind: pipeline
|
arch: arm
|
||||||
# type: docker
|
os: linux
|
||||||
# name: linux-arm
|
|
||||||
|
|
||||||
# platform:
|
steps:
|
||||||
# arch: arm
|
- name: build
|
||||||
# os: linux
|
image: plugins/docker:linux-arm
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
dry_run: true
|
||||||
|
repo: docker.asperti.com/paspo/ftps
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
# steps:
|
- name: build_and_publish
|
||||||
# - name: build
|
image: plugins/docker:linux-arm
|
||||||
# image: plugins/docker:linux-arm
|
settings:
|
||||||
# settings:
|
dockerfile: Dockerfile
|
||||||
# dockerfile: Dockerfile
|
force_tag: true
|
||||||
# dry_run: true
|
password:
|
||||||
# repo: docker.asperti.com/paspo/ftps
|
from_secret: docker_password
|
||||||
# when:
|
registry: docker.asperti.com
|
||||||
# event:
|
repo: docker.asperti.com/paspo/ftps
|
||||||
# - push
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
# - name: build_and_publish
|
tags:
|
||||||
# image: plugins/docker:linux-arm
|
- ${DRONE_TAG}-linux-arm
|
||||||
# settings:
|
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm
|
||||||
# dockerfile: Dockerfile
|
- ${DRONE_SEMVER_MAJOR}-linux-arm
|
||||||
# force_tag: true
|
when:
|
||||||
# password:
|
event:
|
||||||
# from_secret: docker_password
|
- tag
|
||||||
# registry: docker.asperti.com
|
|
||||||
# repo: docker.asperti.com/paspo/ftps
|
|
||||||
# username:
|
|
||||||
# from_secret: docker_username
|
|
||||||
# tags:
|
|
||||||
# - ${DRONE_TAG}-linux-arm
|
|
||||||
# - ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm
|
|
||||||
# - ${DRONE_SEMVER_MAJOR}-linux-arm
|
|
||||||
# when:
|
|
||||||
# event:
|
|
||||||
# - tag
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -145,4 +143,4 @@ trigger:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
- linux-arm64
|
- linux-arm64
|
||||||
# - linux-arm
|
- linux-arm
|
||||||
|
Loading…
Reference in New Issue
Block a user