Compare commits

..

No commits in common. "master" and "v0.6.2" have entirely different histories.

View File

@ -108,7 +108,7 @@ local task_build_push_images(name, target, push) =
[ [
task_build_go(version, arch), task_build_go(version, arch),
] ]
for version in ['1.16'] for version in ['1.17', '1.16']
for arch in ['amd64' /*, 'arm64' */] for arch in ['amd64' /*, 'arm64' */]
]) + [ ]) + [
{ {