build multi-arch
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Jochen Welzel 2022-12-23 21:56:46 +01:00
parent 76e420f794
commit d5f64fb716
1 changed files with 27 additions and 2 deletions

View File

@ -1,8 +1,10 @@
---
kind: pipeline
type: docker
name: default
name: build_amd64
platform:
os: linux
arch: amd64
steps:
- name: push docker image
image: plugins/docker
@ -17,3 +19,26 @@ volumes:
- name: docker_sock
host:
path: /var/run/docker.sock
---
kind: pipeline
type: docker
name: build_amd64
platform:
os: linux
arch: arm64
steps:
- name: push docker image
image: plugins/docker
settings:
repo: j10l/nsd-docker
username:
from_secret: docker_username
password:
from_secret: docker_password
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock