Files
snmalloc/ci/linux_armhf
Amaury Chamayou 60861eef44 CI for both arms (#151)
* Add another ARM
2020-03-20 09:17:38 +00:00

7 lines
167 B
Plaintext

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