don't build apu on target

This commit is contained in:
Joakim Repomaa
2026-03-07 12:35:56 +02:00
parent 855f19a19b
commit 167d446144

View File

@@ -6,7 +6,7 @@
"allow_concurrent_runs": true,
"reveal": "no_focus",
"reveal_target": "dock",
"hide": "on_success"
"hide": "on_success",
},
{
"label": "Apply remote",
@@ -16,26 +16,26 @@
"allow_concurrent_runs": true,
"reveal": "no_focus",
"reveal_target": "dock",
"hide": "on_success"
"hide": "on_success",
},
{
"label": "Apply on freun-dev",
"command": "apply",
"args": ["--build-on-target", "--on", "freun-dev"],
"args": ["--on", "freun-dev"],
"use_new_terminal": false,
"allow_concurrent_runs": true,
"reveal": "no_focus",
"reveal_target": "dock",
"hide": "on_success"
"hide": "on_success",
},
{
"label": "Apply on apu",
"command": "apply",
"args": ["--build-on-target", "--on", "apu"],
"args": ["--on", "apu"],
"use_new_terminal": false,
"allow_concurrent_runs": true,
"reveal": "no_focus",
"reveal_target": "dock",
"hide": "on_success"
}
"hide": "on_success",
},
]