Skip to content

Commit

Permalink
fix: Fix DO membrane image build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed May 25, 2021
1 parent 9c87bf1 commit 21433b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 21433b4

Please sign in to comment.