Hash : 5a9d16dc Author : Date : 2020-11-23T14:28:26
ci: support multi-arch docker builds Provide the base to our docker images and run with the QEMU docker support optionally.
Download
1 2 3 4
ARG BASE=ubuntu:bionic FROM ${BASE} RUN apt update && apt install -y cmake pkg-config ruby ruby-dev llvm libclang-dev libssl-dev python-pygments RUN gem install docurium