Add linux x86 platform
This commit is contained in:
parent
aa08cdd8db
commit
ba2450a522
1 changed files with 8 additions and 0 deletions
|
|
@ -9,6 +9,14 @@ platform(
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
platform(
|
||||||
|
name = "linux_x86",
|
||||||
|
constraint_values = [
|
||||||
|
"@platforms//os:linux",
|
||||||
|
"@platforms//cpu:x86_64",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
databuild_graph(
|
databuild_graph(
|
||||||
name = "basic_graph",
|
name = "basic_graph",
|
||||||
jobs = [
|
jobs = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue