Skip to content

Commit

Permalink
Merge pull request #1 from Wenn0101/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
oclyke authored Mar 9, 2021
2 parents 908a726 + de689d2 commit 725213f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ FROM ubuntu:18.04
ARG BUILD_INFO=/build-info.txt

# ARMGCC is ADDed from a web url, the file is decompressed + extracted based on a wildcard matching pattern, and the name of the resulting directory must be added to the path
ARG ARMGCC_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
ARG ARMGCC_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2
ARG ARMGCC_DWNLD_MATCH=gcc-arm-none-eabi*.tar.bz2
ARG ARMGCC_VERSION=gcc-arm-none-eabi-9-2019-q4-major
ARG ARMGCC_VERSION=gcc-arm-none-eabi-10-2020-q4-major
ARG ARMGCC_PATH="/bin/${ARMGCC_VERSION}/bin"

# Create a build log
Expand Down

0 comments on commit 725213f

Please sign in to comment.