From ddbe7c802e45bf2f1c892d63ed3fd8cc679bd3c5 Mon Sep 17 00:00:00 2001
From: Gilbert Bishop-White <gilbert.bishopwhite@talkjcs.com>
Date: Mon, 20 Jan 2025 09:43:36 +0000
Subject: [PATCH] Update compatability table

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 3ed24be2..8c50b262 100644
--- a/README.md
+++ b/README.md
@@ -73,12 +73,12 @@ and Erlang/OTP.
 
 | Operating system | Erlang/OTP   | OTP Architecture | Status
 |-                 |-             |                  |-
-| `ubuntu-18.04`   | 17.0 - 25.3  | 32 bit           | ✅
-| `ubuntu-20.04`   | 21.0 - 27    | 32 bit           | ✅
-| `ubuntu-22.04`   | 24.2 - 27    | 32 bit           | ✅
-| `ubuntu-24.04`   | 24.3 - 27    | 32/64 bit        | ✅
-| `windows-2019`   | 21\* - 25    | 32/64 bit        | ✅
-| `windows-2022`   | 21\* - 27    | 32/64 bit        | ✅
+| `ubuntu-18.04`   | 17.0 - 25.3  | x86_64, arm64    | ✅
+| `ubuntu-20.04`   | 21.0 - 27    | x86_64, arm64    | ✅
+| `ubuntu-22.04`   | 24.2 - 27    | x86_64, arm64    | ✅
+| `ubuntu-24.04`   | 24.3 - 27    | x86_64, arm64    | ✅
+| `windows-2019`   | 21\* - 25    | x86_64, x86      | ✅
+| `windows-2022`   | 21\* - 27    | x86_64, x86      | ✅
 
 **Note** \*: prior to 23, Windows builds are only available for minor versions, e.g. 21.0, 21.3,
 22.0, etc.