From 30766ebd0e82fa742d1d3abd35507051df18a726 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sat, 3 Dec 2022 20:14:38 -0800 Subject: [PATCH] remove extraneous comments from post --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 73769d5..407096a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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