Merge pull request #1506 from General-Beck/patch-12
Update Dockerfile ubuntu-aarch64
This commit is contained in:
commit
5dd3c6196c
@ -36,6 +36,8 @@ ENV CC aarch64-linux-gnu-gcc
|
|||||||
# build parity
|
# build parity
|
||||||
RUN git clone https://github.com/ethcore/parity && \
|
RUN git clone https://github.com/ethcore/parity && \
|
||||||
cd parity && \
|
cd parity && \
|
||||||
|
git checkout master && \
|
||||||
|
git pull && \
|
||||||
mkdir -p .cargo && \
|
mkdir -p .cargo && \
|
||||||
echo '[target.aarch64-unknown-linux-gnu]\n\
|
echo '[target.aarch64-unknown-linux-gnu]\n\
|
||||||
linker = "aarch64-linux-gnu-gcc"\n'\
|
linker = "aarch64-linux-gnu-gcc"\n'\
|
||||||
|
Loading…
Reference in New Issue
Block a user