summaryrefslogtreecommitdiff
path: root/src/Dockerfile.ubuntu
AgeCommit message (Collapse)Author
2017-02-06Remove Dockerfiles and clean up MakefileJunegunn Choi
Due to the recent removal of ncurses dependency, we can cross-compile binaries for different platforms without virtual machines.
2016-02-20Update build scriptJunegunn Choi
- GOPATH is no longer required - fzf repository does not have to be in GOPATH - Build Linux binary with Go 1.5.3
2015-08-27make linux-static (#322)Junegunn Choi
2015-03-01Build with Go 1.4.2Junegunn Choi
2015-01-17Use Go 1.4.1 to build linux binariesJunegunn Choi
2015-01-11Refactor Makefile and DockerfilesJunegunn Choi
2015-01-06Build i386 binary as wellJunegunn Choi