From 01f22b6cd8484e7af7c09f0031f0e3af768fdde2 Mon Sep 17 00:00:00 2001 From: Matt Micene Date: May 11 2023 18:20:04 +0000 Subject: Add table to track architectures and providers for planning --- diff --git a/docs/targets.md b/docs/targets.md new file mode 100644 index 0000000..b421edb --- /dev/null +++ b/docs/targets.md @@ -0,0 +1,24 @@ +# What images do we build? + +| target | x86_64 | aarch64 | +|--------|----------|----------| +| [AWS](https://pagure.io/cloud-sig/issues?tags=AWS&status=Open) | shipping | shipping | +| [Azure](https://pagure.io/cloud-sig/issues?tags=Azure&status=Open) | planned | planned | +| [GCP](https://pagure.io/cloud-sig/issues?tags=GCP&status=Open) | shipping | proposed | +| [IBM](https://pagure.io/cloud-sig/issues?tags=IBM&status=Open) | | | +| [K8S](https://pagure.io/cloud-sig/issues?tags=Kubernetes&status=Open) | planned | | +| [OCI](https://pagure.io/cloud-sig/issues?tags=OCI&status=Open) | shipping | proposed | +| [OSP](https://pagure.io/cloud-sig/issues?tags=OpenStack&status=Open) | shipping | | +| | | | + +## Legend + +**proposed** - new target has been requested via channels and is under consideration + +**planned** - target has been agreed upon and work has been started + +**needinfo** - progress has been stalled and more information is needed to move forward + +**declined** - target will not be created at this time, could be reconsidered with a new request later + +**shipping** - images are actively being built and maintained