Skip to content

Commit

Permalink
Remove Arm32
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander committed Dec 5, 2024
1 parent 66c5780 commit 8022c1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
4 changes: 1 addition & 3 deletions src/ubuntu/24.10/helix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
14 changes: 0 additions & 14 deletions src/ubuntu/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 8022c1b

Please sign in to comment.