mirror of https://github.com/k3s-io/k3s
Merge pull request #1158 from ibuildthecloud/master
Bump dqlite to support arm 32-bitpull/1172/head
commit
7fac9cafc7
|
@ -20,7 +20,7 @@ RUN if [ "${ARCH}" == "amd64" ]; then \
|
|||
ARG DQLITE=true
|
||||
ENV DQLITE $DQLITE
|
||||
RUN if [ "$DQLITE" = true ]; then \
|
||||
curl -sfL https://github.com/rancher/dqlite-build/releases/download/v1.1.0-r5/dqlite-${ARCH}.tgz | tar xzf - -C / && \
|
||||
curl -sfL https://github.com/rancher/dqlite-build/releases/download/v1.1.0-r6/dqlite-${ARCH}.tgz | tar xzf - -C / && \
|
||||
apk add --allow-untrusted /usr/local/packages/*.apk \
|
||||
;fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue