updates to use new multi-arch template
This commit is contained in:
26
readme.md
26
readme.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user