From 8022c1ba0681abbb17510d36c4d35ea5bee3ace2 Mon Sep 17 00:00:00 2001
From: Richard Lander <rlander@microsoft.com>
Date: Wed, 4 Dec 2024 19:46:27 -0800
Subject: [PATCH] Remove Arm32

---
 src/ubuntu/24.10/helix/Dockerfile |  4 +---
 src/ubuntu/manifest.json          | 14 --------------
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/src/ubuntu/24.10/helix/Dockerfile b/src/ubuntu/24.10/helix/Dockerfile
index 69ccee39..4e99df1b 100644
--- a/src/ubuntu/24.10/helix/Dockerfile
+++ b/src/ubuntu/24.10/helix/Dockerfile
@@ -65,9 +65,7 @@ RUN LIBCURL=libcurl4 && \
 ENV LANG=en_US.utf8
 
 # Add MsQuic
-RUN if [ "$TARGETARCH" = "arm" ]; then \
-        TARGETARCH="armhf"; fi && \ 
-    curl -O https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/libm/libmsquic/libmsquic_2.4.1_$TARGETARCH.deb && \
+RUN curl -O https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/libm/libmsquic/libmsquic_2.4.1_$TARGETARCH.deb && \
     dpkg -i libmsquic* && \
     rm libmsquic*
 
diff --git a/src/ubuntu/manifest.json b/src/ubuntu/manifest.json
index 0fd6f964..9802ee61 100644
--- a/src/ubuntu/manifest.json
+++ b/src/ubuntu/manifest.json
@@ -489,20 +489,6 @@
               "variant": "v8"
             }
           ]
-        },
-        {
-          "platforms": [
-            {
-              "architecture": "arm",
-              "dockerfile": "src/ubuntu/24.10/helix",
-              "os": "linux",
-              "osVersion": "oracular",
-              "tags": {
-                "ubuntu-24.10-helix-arm32v7": {}
-              },
-              "variant": "v7"
-            }
-          ]
         }
       ]
     }