Skip to content

Commit 03abeb6

Browse files
committed
fix(arm64): correct arch
1 parent a9a8d0f commit 03abeb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

focal-devtoolset-arm64/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN sed -i "s/^deb/deb [arch=amd64,i386]/g" /etc/apt/sources.list
1212
RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ focal main universe multiverse restricted" | tee -a /etc/apt/sources.list
1313
RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ focal-security main universe multiverse restricted" | tee -a /etc/apt/sources.list
1414
RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ focal-updates main universe multiverse restricted" | tee -a /etc/apt/sources.list
15-
RUN dpkg --add-architecture armhf
15+
RUN dpkg --add-architecture arm64
1616
RUN apt-get update && apt-get install -y --no-install-recommends \
1717
gcc-10-aarch64-linux-gnu \
1818
g++-10-aarch64-linux-gnu \
@@ -31,7 +31,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3131
libsecret-1-dev:arm64 \
3232
libkrb5-dev:arm64 \
3333
libatomic1:arm64 \
34-
libc6:amd64 \
3534
curl \
3635
gnupg \
3736
unzip \

0 commit comments

Comments
 (0)