mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-18 20:47:53 +00:00
less drone (#2060)
This commit is contained in:
parent
97492eec7c
commit
b67cd2cf7a
@ -38,6 +38,11 @@ local less_targets = [
|
||||
{ "os": "linux", distro: "ubuntu", "name": "focal", "isas": [ "armv7", "amd64", "arm64" ], "events": [ "push", "tag", "custom" ] },
|
||||
];
|
||||
|
||||
|
||||
local native_targets = [
|
||||
{ "os": "linux", distro: "debian", "name": "bullseye", "isas": [ "386", "armv7", "amd64", "arm64" ], "events": [ "push", "tag", "custom" ] },
|
||||
];
|
||||
|
||||
local master_targets = [
|
||||
//
|
||||
// copypasta from here
|
||||
@ -239,13 +244,13 @@ std.flattenArrays([
|
||||
[
|
||||
Index(p)
|
||||
]
|
||||
for p in targets
|
||||
for p in native_targets
|
||||
]) +
|
||||
std.flattenArrays([
|
||||
[
|
||||
Test(p.os, p.distro, p.name, isa, p.events)
|
||||
for isa in p.isas
|
||||
]
|
||||
for p in targets
|
||||
for p in native_targets
|
||||
])
|
||||
|
8277
.drone.yml
8277
.drone.yml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user