Skip to content

Commit f168836

Browse files
committed
fix: update Dockerfile.linuxcross to use armhf repository for toolchain
1 parent 41f9cf6 commit f168836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.linuxcross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get install -y curl software-properties-common ca-certificates gnupg
1111
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
1212
apt-get install -y nodejs
1313

14-
RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
14+
RUN add-apt-repository ppa:ubuntu-toolchain-r/armhf -y && \
1515
apt-get update && \
1616
apt-get install -y binutils g++-10 git make patch python3 python3-distutils
1717

0 commit comments

Comments
 (0)