jsonet arch fix
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
local Pipeline(name, image) = {
|
||||
kind: "pipeline",
|
||||
name: name,
|
||||
platform: "arch: arm64",
|
||||
platform: {
|
||||
"arch": "arm64"
|
||||
}
|
||||
steps: [
|
||||
{
|
||||
name: "test",
|
||||
|
||||
Reference in New Issue
Block a user