feat: Add multi arch
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2023-06-26 15:14:22 +02:00
parent b607230f64
commit 4234317aeb
1 changed files with 27 additions and 1 deletions

View File

@ -13,7 +13,33 @@ data: fshphgiLW3gyuwhKHgSe7m6Y/LXtse2VEYABvjWYCov8w85+CMa5hjkHSiO+dgRCMOC4+OE5Zl
---
kind: pipeline
type: docker
name: amd
name: amd64
platform:
os: linux
arch: amd64
steps:
- name: docker
image: plugins/docker
settings:
registry: registry.weko.io
username:
from_secret: REGISTRY_USERNAME
password:
from_secret: REGISTRY_PASSWORD
repo: registry.weko.io/simonc/docker-s3-volume-watch
tags:
- latest
---
kind: pipeline
type: docker
name: arm64
platform:
os: linux
arch: arm64
steps:
- name: docker