added platforms to actions, install libc6-compat for pi (#1806)

This commit is contained in:
Andreas Wachter
2022-05-01 08:04:45 +02:00
committed by GitHub
parent 2dfe103687
commit bc3503f374
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ COPY --from=builder /usr/local/bundle/ /usr/local/bundle/
RUN apk add \
bash \
git
git \
libc6-compat
VOLUME /wiki
WORKDIR /wiki