Commit 034ffd78 authored by Darren Shepherd's avatar Darren Shepherd

Bump dqlite to support arm 32-bit

parent 00e8a29b
...@@ -20,7 +20,7 @@ RUN if [ "${ARCH}" == "amd64" ]; then \ ...@@ -20,7 +20,7 @@ RUN if [ "${ARCH}" == "amd64" ]; then \
ARG DQLITE=true ARG DQLITE=true
ENV DQLITE $DQLITE ENV DQLITE $DQLITE
RUN if [ "$DQLITE" = true ]; then \ 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 \ apk add --allow-untrusted /usr/local/packages/*.apk \
;fi ;fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment