22 lines
575 B
YAML
22 lines
575 B
YAML
---
|
|
kind: template
|
|
load: multiarch-container.yaml
|
|
data:
|
|
repo: examples/docker
|
|
# because this *is* the docker image, the "latest" tag hasn't been published yet (that's
|
|
# what we're about to do), so we need to pick a specific arch image.
|
|
# todo: is there some way to choose this value automatically to match the runner?
|
|
docker_image_tag: latest-linux-arm64
|
|
build_args:
|
|
# `apk info docker` to get latest version
|
|
- DOCKER_VERSION=20.10.21-r1
|
|
tags:
|
|
- "20.10.21"
|
|
- "20.10"
|
|
- "20"
|
|
platforms:
|
|
- os: linux
|
|
arch: arm64
|
|
# - os: linux
|
|
# arch: amd64
|