Skip to content

Commit

Permalink
Add OSFamily property in basic_cas.json (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
steedmicro committed Dec 22, 2023
1 parent 928f12f commit 3578d50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nativelink-config/examples/basic_cas.json
Expand Up @@ -51,6 +51,8 @@
"cpu_arch": "exact",
"cpu_model": "exact",
"kernel_version": "exact",
"OSFamily": "priority",
"container-image": "priority",
// Example of how to set which docker images are available and set
// them in the platform properties.
// "docker_image": "priority",
Expand Down Expand Up @@ -81,6 +83,12 @@
"cpu_arch": {
"values": ["x86_64"],
},
"OSFamily": {
"values": [""]
},
"container-image": {
"values": [""]
},
// Example of how to set which docker images are available and set
// them in the platform properties.
// "docker_image": {
Expand Down

0 comments on commit 3578d50

Please sign in to comment.