From 5eab99912d2e48191647b8674235f278bd31c35d Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 12 Oct 2019 22:55:45 -0400 Subject: Speed up docker build by not building all platforms Signed-off-by: Dave Henderson --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5376f005..0b8096da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN mkdir -p /go/src/github.com/hairyhenderson/gomplate WORKDIR /go/src/github.com/hairyhenderson/gomplate COPY . /go/src/github.com/hairyhenderson/gomplate -RUN make build-x compress-all +RUN make build compress FROM scratch AS artifacts -- cgit v1.2.3