updates to use new multi-arch template

This commit is contained in:
2022-12-03 19:20:52 -08:00
parent e6e4fac6c7
commit bec51c0a22
5 changed files with 117 additions and 88 deletions

View File

@@ -10,26 +10,16 @@ See https://blog.jbrumond.me/post/raspberry-pi-cluster-part-4:-gitea-and-drone f
```yaml
---
kind: template
load: build.yaml
load: multiarch-container.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
repo: images/example-image-name
tags:
- "1.2.3"
- "1.2"
- "1"
platforms:
- os: linux
arch: arm64
- os: linux
arch: amd64
```