Commit 1ef56828 authored by Łukasz Oleś's avatar Łukasz Oleś

Remove build containers

5 containers are created during the build and not used anymore. Removing them.
parent 99939d36
...@@ -69,7 +69,7 @@ build: bin/$(BIN)-$(ARCH) ...@@ -69,7 +69,7 @@ build: bin/$(BIN)-$(ARCH)
bin/$(BIN)-$(ARCH): $(SRCS) bin/$(BIN)-$(ARCH): $(SRCS)
mkdir -p bin mkdir -p bin
docker run -u $$(id -u):$$(id -g) -v $$(pwd):/build \ docker run --rm -u $$(id -u):$$(id -g) -v $$(pwd):/build \
$(KUBE_CROSS_IMAGE):$(KUBE_CROSS_VERSION) \ $(KUBE_CROSS_IMAGE):$(KUBE_CROSS_VERSION) \
/bin/bash -c "\ /bin/bash -c "\
cd /build && \ cd /build && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment