build: fix jsonnet
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Dominik Meyer 2025-01-08 08:17:36 +01:00
parent 60f591c978
commit ba11b6ac4e
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -163,7 +163,7 @@ local push_github = {
};
[
build_pipelines(architectures) + push_pipelines(versions,architectures) + [push_github] +
[
{
@ -191,4 +191,3 @@ local push_github = {
}
}
]
]