Jsonnet test 11

This commit is contained in:
Jacob Kiers 2022-08-10 23:18:52 +00:00
parent 6651f8ce55
commit 65fd0adb66
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ local buildForArch(arch) = {
"arch": "amd64" "arch": "amd64"
}, },
"steps": [ "steps": [
buildForArch(a) for a in archs, [buildForArch(a) for a in archs],
{ {
"name": "release", "name": "release",
"image": "rust:1.62", "image": "rust:1.62",