Skip to content

Commit

Permalink
Speed up build
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Feb 8, 2019
1 parent 1f90483 commit 90357b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Expand Up @@ -4,6 +4,7 @@
./pkg/data/zz_generated_bindata.go
./package/data.tar.gz
./.vagrant
./.cache
./.dapper
./data-dir
./dist
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Expand Up @@ -16,7 +16,7 @@ RUN rm -rf /go/src /go/pkg

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
ENV DAPPER_RUN_ARGS --privileged
ENV DAPPER_RUN_ARGS --privileged -v k3s-cache:/go/src/github.com/rancher/k3s/.cache
ENV DAPPER_ENV REPO TAG DRONE_TAG IMAGE_NAME
ENV DAPPER_SOURCE /go/src/github.com/rancher/k3s/
ENV DAPPER_OUTPUT ./bin ./dist ./build/out
Expand Down

0 comments on commit 90357b4

Please sign in to comment.