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 1f29978152
1 changed files with 10 additions and 2 deletions

View File

@ -13,11 +13,16 @@ 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
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
registry: registry.weko.io
username:
@ -27,3 +32,6 @@ steps:
repo: registry.weko.io/simonc/docker-s3-volume-watch
tags:
- latest
platforms:
- linux/arm64
- linux/amd64