7
ci/linux_armhf
Normal file
7
ci/linux_armhf
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM multiarch/ubuntu-core:armhf-bionic
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN apt update \
|
||||
&& apt install --no-install-recommends -y ninja-build clang++-9 cmake \
|
||||
&& apt -y clean
|
||||
Reference in New Issue
Block a user