Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
7fac9caf
Unverified
Commit
7fac9caf
authored
Dec 03, 2019
by
Erik Wilson
Committed by
GitHub
Dec 03, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1158 from ibuildthecloud/master
Bump dqlite to support arm 32-bit
parents
2f723f02
034ffd78
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile.dapper
Dockerfile.dapper
+1
-1
No files found.
Dockerfile.dapper
View file @
7fac9caf
...
@@ -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-r
5
/dqlite-${ARCH}.tgz | tar xzf - -C / && \
curl -sfL https://github.com/rancher/dqlite-build/releases/download/v1.1.0-r
6
/dqlite-${ARCH}.tgz | tar xzf - -C / && \
apk add --allow-untrusted /usr/local/packages/*.apk \
apk add --allow-untrusted /usr/local/packages/*.apk \
;fi
;fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment