mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Merge pull request #1158 from ibuildthecloud/master
Bump dqlite to support arm 32-bit
This commit is contained in:
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
Block a user