Skip to content

Commit

Permalink
yet another CI fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
pbetkier committed Jul 12, 2019
1 parent 25ff51f commit df1a3be
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 @@ -36,7 +36,7 @@ build-deps: deps format test check
@mkdir -p bin/

build: build-deps
CGO_ENABLED=0 go build $(LD_FLAGS) -o bin/marathon-consul
CGO_ENABLED=0 go build -a -tags netgo $(LD_FLAGS) -o bin/marathon-consul

build-linux: build-deps
CGO_ENABLED=0 GOOS=linux go build -a -tags netgo $(LD_FLAGS) -o bin/marathon-consul
Expand Down

0 comments on commit df1a3be

Please sign in to comment.