asdf_container/.drone.yml
James Harton aa56f5aed5
All checks were successful
continuous-integration/drone/push Build is passing
chore: try using buildx for multiarch.
2023-07-19 17:41:57 +12:00

21 lines
416 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: thegeeklab/drone-docker-buildx:23
privileged: true
settings:
username: james
password:
from_secret: REGISTRY_TOKEN
registry: code.harton.nz
repo: code.harton.nz/james/asdf_container
cache_from: code.harton.nz/james/asdf_container:latest
tags:
- latest
platforms:
- linux/arm64
- linux/amd64