Browse Source
Merge pull request #112 from lluiscampos/fix-mender-artifact-download-url
Add platform prefix to mender-artifact download URL
1.2.x
Lluis Campos
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -43,7 +43,7 @@ RUN wget -nc -q https://toolchains.bootlin.com/downloads/releases/toolchains/arm |
|
|
|
&& rm armv6-eabihf--glibc--stable-2018.11-1.tar.bz2 \ |
|
|
|
&& echo 'export PATH=$PATH:/armv6-eabihf--glibc--stable-2018.11-1/bin' >> /root/.bashrc |
|
|
|
|
|
|
|
RUN wget -q -O /usr/bin/mender-artifact https://d1b0l86ne08fsf.cloudfront.net/mender-artifact/$MENDER_ARTIFACT_VERSION/mender-artifact \ |
|
|
|
RUN wget -q -O /usr/bin/mender-artifact https://d1b0l86ne08fsf.cloudfront.net/mender-artifact/$MENDER_ARTIFACT_VERSION/linux/mender-artifact \ |
|
|
|
&& chmod +x /usr/bin/mender-artifact |
|
|
|
|
|
|
|
# Golang environment, for cross-compiling the Mender client |
|
|
|