Skip to content

Commit

Permalink
Merge pull request #33 from thelamer/master
Browse files Browse the repository at this point in the history
workaround to keep pipeline building
  • Loading branch information
aptalca authored Oct 8, 2019
2 parents 8149128 + fa362e4 commit afe3812
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ echo "**** fetch source code ****" && \
/tmp/sync --strip-components=1 && \
echo "**** compile syncthing ****" && \
cd /tmp/sync && \
rm -f go.sum && \
go clean -modcache && \
CGO_ENABLED=0 go run build.go \
-no-upgrade \
-version=${SYNCTHING_RELEASE} \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ echo "**** fetch source code ****" && \
/tmp/sync --strip-components=1 && \
echo "**** compile syncthing ****" && \
cd /tmp/sync && \
rm -f go.sum && \
go clean -modcache && \
CGO_ENABLED=0 go run build.go \
-no-upgrade \
-version=${SYNCTHING_RELEASE} \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ echo "**** fetch source code ****" && \
/tmp/sync --strip-components=1 && \
echo "**** compile syncthing ****" && \
cd /tmp/sync && \
rm -f go.sum && \
go clean -modcache && \
CGO_ENABLED=0 go run build.go \
-no-upgrade \
-version=${SYNCTHING_RELEASE} \
Expand Down

0 comments on commit afe3812

Please sign in to comment.