Files
snmalloc/ci/linux_arm64
Amaury Chamayou e92fef6e63 ARM CI (#148)
* Add ARM setup

* Factor what can be into common scripts
2020-03-20 08:07:12 +00:00

7 lines
167 B
Plaintext

FROM multiarch/ubuntu-core:arm64-bionic
WORKDIR /src
RUN apt update \
&& apt install --no-install-recommends -y ninja-build clang++-9 cmake \
&& apt -y clean