mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
less targets
This commit is contained in:
parent
fdc2e0f692
commit
882e16089a
2 changed files with 50 additions and 7563 deletions
|
@ -239,13 +239,13 @@ std.flattenArrays([
|
||||||
[
|
[
|
||||||
Index(p)
|
Index(p)
|
||||||
]
|
]
|
||||||
for p in targets
|
for p in less_targets
|
||||||
]) +
|
]) +
|
||||||
std.flattenArrays([
|
std.flattenArrays([
|
||||||
[
|
[
|
||||||
Test(p.os, p.distro, p.name, isa, p.events)
|
Test(p.os, p.distro, p.name, isa, p.events)
|
||||||
for isa in p.isas
|
for isa in p.isas
|
||||||
]
|
]
|
||||||
for p in targets
|
for p in less_targets
|
||||||
])
|
])
|
||||||
|
|
7609
.drone.yml
7609
.drone.yml
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue