This commit is contained in:
		| @@ -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'), | ||||
|     ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user