fix: starlark fix

This commit is contained in:
Michael Barz
2025-03-13 15:53:22 +01:00
parent 516af285c3
commit 66d54795c6
+1 -1
View File
@@ -1673,7 +1673,7 @@ def binaryRelease(ctx, arch, build_type, target, depends_on = []):
"name": "binaries-%s-%s" % (arch, build_type),
"steps": makeNodeGenerate("") +
makeGoGenerate("") +
licenseCheck(ctx) + [
[licenseCheck(ctx)] + [
{
"name": "build",
"image": OC_CI_GOLANG,