2022-12-03 14:20:30 -08:00
2022-12-03 14:20:30 -08:00
2022-12-03 14:20:30 -08:00
2022-12-03 14:20:30 -08:00
2022-12-03 14:20:30 -08:00

Drone CI Pipeline Templates for Multi-Arch Builds

See https://blog.jbrumond.me/post/raspberry-pi-cluster-part-4:-gitea-and-drone for more info

Usage

---
kind: template
load: build.yaml
data:
  repo: examples/docker
  os: linux
  arch: arm64

---
kind: template
load: publish.yaml
data:
  repo: examples/docker
  os: linux
  arch: arm64

---
kind: template
load: multiarch.yaml
data:
  repo: examples/docker
  platforms:
  - os: linux
    arch: arm64
Description
Example Drone CI Yaml pipeline template for building and publishing multi-arch container packages
Readme 167 KiB
Languages
YAML 100%