Skip to content

Commit

Permalink
fixed docker build on Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rchakode committed May 31, 2020
1 parent 913e238 commit 26c92d9
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 @@ -20,7 +20,7 @@ build:
$(GOBUILD) $(GOBUILD_FLAGS) -o $(PACKAGE_NAME) -v

build-ci:
docker run --rm -it \
docker run --rm \
-e GO111MODULE=on \
-e CGO_ENABLED=0 \
-e GOOS=linux \
Expand Down

0 comments on commit 26c92d9

Please sign in to comment.