1
0

remove extraneous comments from post

This commit is contained in:
James Brumond 2022-12-03 20:14:38 -08:00
parent 27c2f45361
commit 30766ebd0e
Signed by: james
GPG Key ID: 24BA25B8B303B023

View File

@ -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