aboutsummaryrefslogtreecommitdiff
path: root/bind/Makefile
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2021-07-29 16:44:04 +0000
committerMike Crute <mike@crute.us>2021-07-29 16:44:04 +0000
commit1b4775e4bbf02a247d7d7d36b61d9e95a4cddb27 (patch)
treea28bd3766aaebf58e6082404b87770e1d5e4b56a /bind/Makefile
parent1b79c602123568db2c2169d766d94fe50d98e760 (diff)
downloaddockerfiles-1b4775e4bbf02a247d7d7d36b61d9e95a4cddb27.tar.bz2
dockerfiles-1b4775e4bbf02a247d7d7d36b61d9e95a4cddb27.tar.xz
dockerfiles-1b4775e4bbf02a247d7d7d36b61d9e95a4cddb27.zip
bind: allow controlling logging in cfg
Diffstat (limited to 'bind/Makefile')
-rw-r--r--bind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bind/Makefile b/bind/Makefile
index 2045b05..b1e37b4 100644
--- a/bind/Makefile
+++ b/bind/Makefile
@@ -1,10 +1,10 @@
1IMAGE=docker.crute.me/bind:latest 1IMAGE=docker.crute.me/bind:latest
2 2
3all: 3all:
4 CGO_ENABLED=0 go build -o bind_bootstrap main.go 4 #CGO_ENABLED=0 go build -o bind_bootstrap main.go
5 docker pull alpine:edge 5 docker pull alpine:edge
6 docker build -t $(IMAGE) . 6 docker build -t $(IMAGE) .
7 rm bind_bootstrap 7 #rm bind_bootstrap
8 8
9all-no-cache: 9all-no-cache:
10 docker build --no-cache -t $(IMAGE) . 10 docker build --no-cache -t $(IMAGE) .