Add architectures

This commit is contained in:
2025-09-05 10:17:27 -05:00
parent c20b37a688
commit 5c14d87bd7
7 changed files with 47 additions and 24 deletions

View File

@@ -1,7 +1,6 @@
FROM ubuntu:jammy
COPY toolchains /opt/toolchains
COPY jammy-main.sources /etc/apt/sources.list.d/jammy-main.sources
COPY jammy-ports.sources /etc/apt/sources.list.d/jammy-ports.sources
COPY jammy.sources /etc/apt/sources.list.d/ubuntu.sources
RUN rm /etc/apt/sources.list
RUN dpkg --add-architecture riscv64
RUN dpkg --add-architecture arm64
@@ -11,4 +10,3 @@ RUN apt install -y cmake build-essential libmbedtls-dev make wget curl crossbuil
RUN curl https://git.tesseslanguage.com/api/packages/tesses50/debian/repository.key -o /etc/apt/keyrings/gitea-tesses50.asc
RUN echo "deb [signed-by=/etc/apt/keyrings/gitea-tesses50.asc] https://git.tesseslanguage.com/api/packages/tesses50/debian jammy main" | tee -a /etc/apt/sources.list.d/gitea.list
RUN apt update -y