Add .rpm and .tar.gz builds.

This commit is contained in:
Orne Brocaar
2022-04-23 20:47:39 +01:00
parent 54e1cb5e66
commit f5de67a817
9 changed files with 92 additions and 6 deletions

View File

@ -21,6 +21,7 @@ RUN apt-get update && \
clang \
yarnpkg \
golang-cfssl \
jq \
&& rm -rf /var/lib/apt/lists/*
RUN ln -s /usr/bin/yarnpkg /usr/bin/yarn