Skip to content

Commit

Permalink
Merge pull request #2 from ryanwinter/10.3.1
Browse files Browse the repository at this point in the history
rollback to 10.3.1
  • Loading branch information
ryanwinter authored Aug 27, 2022
2 parents 6bfba16 + 6e6abba commit 532d13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ RUN apt update \

# Install GCC
WORKDIR /work
RUN wget -qO- https://developer.arm.com/-/media/Files/downloads/gnu/11.3.rel1/binrel/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi.tar.xz | tar -xJ
ENV PATH $PATH:/work/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin
RUN wget -qO- https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 | tar -xj
ENV PATH $PATH:/work/gcc-arm-none-eabi-10.3-2021.10/bin

0 comments on commit 532d13e

Please sign in to comment.