remove extraneous comments from post
This commit is contained in:
parent
27c2f45361
commit
30766ebd0e
@ -3,12 +3,8 @@ kind: template
|
|||||||
load: multiarch-container.yaml
|
load: multiarch-container.yaml
|
||||||
data:
|
data:
|
||||||
repo: examples/docker
|
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
|
docker_image_tag: latest-linux-arm64
|
||||||
build_args:
|
build_args:
|
||||||
# `apk info docker` to get latest version
|
|
||||||
- DOCKER_VERSION=20.10.21-r1
|
- DOCKER_VERSION=20.10.21-r1
|
||||||
tags:
|
tags:
|
||||||
- "20.10.21"
|
- "20.10.21"
|
||||||
@ -17,5 +13,3 @@ data:
|
|||||||
platforms:
|
platforms:
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
# - os: linux
|
|
||||||
# arch: amd64
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user