feat: Add multi arch
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b607230f64
commit
1f29978152
12
.drone.yml
12
.drone.yml
|
@ -13,11 +13,16 @@ data: fshphgiLW3gyuwhKHgSe7m6Y/LXtse2VEYABvjWYCov8w85+CMa5hjkHSiO+dgRCMOC4+OE5Zl
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: amd
|
name: amd64
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: thegeeklab/drone-docker-buildx
|
||||||
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
registry: registry.weko.io
|
registry: registry.weko.io
|
||||||
username:
|
username:
|
||||||
|
@ -27,3 +32,6 @@ steps:
|
||||||
repo: registry.weko.io/simonc/docker-s3-volume-watch
|
repo: registry.weko.io/simonc/docker-s3-volume-watch
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
platforms:
|
||||||
|
- linux/arm64
|
||||||
|
- linux/amd64
|
||||||
|
|
Loading…
Reference in New Issue