Compare commits

...

2 Commits

Author SHA1 Message Date
Meghan Denny
e256ac6f43 remove features docker here 2025-12-01 15:56:13 -08:00
Meghan Denny
bbd924c84f ci: add amazonlinux 2023 2025-12-01 15:09:15 -08:00

View File

@@ -135,6 +135,9 @@ const testPlatforms = [
{ os: "linux", arch: "x64", distro: "ubuntu", release: "24.04", tier: "latest" },
{ os: "linux", arch: "x64", baseline: true, distro: "ubuntu", release: "25.04", tier: "latest" },
{ os: "linux", arch: "x64", baseline: true, distro: "ubuntu", release: "24.04", tier: "latest" },
{ os: "linux", arch: "aarch64", distro: "amazonlinux", release: "2023" },
{ os: "linux", arch: "x64", distro: "amazonlinux", release: "2023" },
{ os: "linux", arch: "x64", baseline: true, distro: "amazonlinux", release: "2023" },
{ os: "linux", arch: "aarch64", abi: "musl", distro: "alpine", release: "3.22", tier: "latest" },
{ os: "linux", arch: "x64", abi: "musl", distro: "alpine", release: "3.22", tier: "latest" },
{ os: "linux", arch: "x64", abi: "musl", baseline: true, distro: "alpine", release: "3.22", tier: "latest" },