Skip to content

Commit

Permalink
Merge pull request #54 from nitrictech/fix/do-image-build
Browse files Browse the repository at this point in the history
Fix DO membrane image build.
  • Loading branch information
jyecusch authored May 25, 2021
2 parents 9c87bf1 + 21433b4 commit da1cdd7
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 da1cdd7

Please sign in to comment.