Skip to content

Commit

Permalink
Add windows builds + Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Broer committed Mar 28, 2016
1 parent 25a3db0 commit 6a8d0cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# go-dnsmasq
[![Docker Pulls](https://img.shields.io/docker/pulls/janeczku/go-dnsmasq.svg)](https://hub.docker.com/r/janeczku/go-dnsmasq/)

*Version 1.0.2*
*Version 1.0.4*

go-dnsmasq is a lightweight (1.2 MB) DNS caching server/forwarder with minimal filesystem and runtime overhead.

Expand Down
3 changes: 1 addition & 2 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
set -e

BUILD_IMAGE_NAME="go-dnsmasq-build"
# GOOS=${GOOS:-"darwin linux windows"}
# GOARCH=${GOARCH:-"386 amd64 arm"}
GOOS=${GOOS:-"darwin linux"}
GOOS=${GOOS:-"darwin linux windows"}
GOARCH=${GOARCH:-"amd64"}

# Build image for compilation if not detected
Expand Down
3 changes: 1 addition & 2 deletions scripts/build-min
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
set -e

BUILD_IMAGE_NAME="go-dnsmasq-build"
# GOOS=${GOOS:-"darwin linux windows"}
GOOS=${GOOS:-"darwin linux windows"}
# GOARCH=${GOARCH:-"386 amd64 arm"}
GOOS=${GOOS:-"darwin linux"}
GOARCH=${GOARCH:-"amd64"}

# Build image for compilation if not detected
Expand Down

0 comments on commit 6a8d0cc

Please sign in to comment.