From 86d0edfbc31fa5fac7aaf7a58c30d47f5891a4af Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 29 Apr 2026 08:00:34 -0500 Subject: [PATCH] RUN-3620: Document dropped support Add small documentation that notes that we no longer support Intel Macs and Windows 10. Fixes: RUN-3620 Signed-off-by: Brent Baude --- SUPPORT.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index be3e519921..bc0f9cd901 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -42,4 +42,8 @@ For Linux, we test the latest versions of Fedora and Debian. Operating systems and hardware outside our automated testing is considered "best effort". In many cases, we are unable to test, triage, and develop for combinations outside what -our automated testing covers. For example, Podman on Intel-based Macs. +our automated testing covers. + +As of Podman 6, we no longer support Windows 10 nor Intel Macs. While no code was removed +to drop support of Windows 10, code for Intel Macs was removed and will no longer compile +for that platform.