remove extraneous comments from post
This commit is contained in:
parent
27c2f45361
commit
30766ebd0e
@ -3,12 +3,8 @@ 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"
|
||||
@ -17,5 +13,3 @@ data:
|
||||
platforms:
|
||||
- os: linux
|
||||
arch: arm64
|
||||
# - os: linux
|
||||
# arch: amd64
|
||||
|
Loading…
x
Reference in New Issue
Block a user