bullseye without qemu

This commit is contained in:
Sean OMeara 2023-07-18 10:12:03 +02:00
parent 882e16089a
commit acf65e050e
No known key found for this signature in database
GPG key ID: 7215FDCD4EFD5E2F
2 changed files with 157 additions and 910 deletions

View file

@ -38,6 +38,11 @@ local less_targets = [
{ "os": "linux", distro: "ubuntu", "name": "focal", "isas": [ "armv7", "amd64", "arm64" ], "events": [ "push", "tag", "custom" ] }, { "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 = [ local master_targets = [
// //
// copypasta from here // copypasta from here
@ -239,13 +244,13 @@ std.flattenArrays([
[ [
Index(p) Index(p)
] ]
for p in less_targets for p in native_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 less_targets for p in native_targets
]) ])

1058
.drone.yml

File diff suppressed because it is too large Load diff