xref: /DADK/tests/data/dadk_config_v1/app_target_arch_x86_64_only_0_1_0.dadk (revision 9efba7eea2e1033e076a5a3d550ecf202616ed09)
1{
2  "name": "app_target_arch_x86_64_only",
3  "version": "0.1.0",
4  "description": "An app only target to x86_64",
5  "rust_target": null,
6  "task_type": {
7    "BuildFromSource": {
8      "Git": {
9        "url": "1",
10        "branch": "1",
11        "revision": null
12      }
13    }
14  },
15  "depends": [],
16  "build": {
17    "build_command": "1"
18  },
19  "install": {
20    "in_dragonos_path": "/"
21  },
22  "clean": {
23    "clean_command": "1"
24  },
25  "envs": [],
26  "build_once": false,
27  "install_once": false,
28  "target_arch": [
29    "x86_64"
30  ]
31}