Jsonnet test 6
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Jacob Kiers 2022-08-10 22:58:45 +00:00
parent 9814fdb425
commit fd693babc3
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ local buildForArch(arch) = {
"echo Hello World from Jsonnet on " + arch + "!",
"cargo check",
]
}
};
{
"kind": "pipeline",
"type": "docker",
@ -16,6 +16,6 @@ local buildForArch(arch) = {
"steps": [
buildForArch('amd64'),
buildForArch('aarch64'),
buildForArch('windows')
buildForArch('windows'),
]
}