[ci] add qemu-system-arm in docker image
This commit is contained in:
parent
bb0896af11
commit
27477755ed
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
libssl-dev \
|
||||
pkg-config \
|
||||
gcc-arm-none-eabi \
|
||||
libnewlib-arm-none-eabi
|
||||
libnewlib-arm-none-eabi \
|
||||
qemu-system-arm
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue