add arm pipeline
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
This commit is contained in:
parent
207c08f1e6
commit
002c823fd3
24
.drone.yml
24
.drone.yml
@ -22,3 +22,27 @@ steps:
|
|||||||
dockerfile: ./pacoloco/Dockerfile
|
dockerfile: ./pacoloco/Dockerfile
|
||||||
context: ./pacoloco
|
context: ./pacoloco
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: build and publish arm
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: clone repo
|
||||||
|
image: docker:git
|
||||||
|
commands:
|
||||||
|
- git clone https://github.com/anatol/pacoloco.git
|
||||||
|
- ls -la
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: ducampsv/pacoloco
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
dockerfile: ./pacoloco/Dockerfile
|
||||||
|
context: ./pacoloco
|
||||||
|
Loading…
Reference in New Issue
Block a user