From 21433b4c88fcdc1bccfa0be843f386bdc19d7a34 Mon Sep 17 00:00:00 2001 From: Tim Holm Date: Tue, 25 May 2021 14:31:14 +1000 Subject: [PATCH] fix: Fix DO membrane image build. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4270bd1c8..9f6b78957 100644 --- a/makefile +++ b/makefile @@ -166,7 +166,7 @@ dev-docker-static: dev-docker: dev-docker-static @echo Built Local Docker Images -do-static: +do-static: generate-proto @CGO_ENABLED=0 go build -o bin/membrane -ldflags="-extldflags=-static" ./providers/do/membrane.go do-docker-static: