Skip to content

Commit

Permalink
Enable cgo for reva docker image (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 authored Jul 30, 2021
1 parent 4f819b4 commit aa309f6
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 @@ -105,7 +105,7 @@ ci: build-ci test lint-ci
build-revad-docker: off
go build -ldflags ${BUILD_FLAGS} -o ./cmd/revad/revad ./cmd/revad
build-reva-docker: off
env CGO_ENABLED=0 go build -ldflags ${BUILD_FLAGS} -o ./cmd/reva/reva ./cmd/reva
go build -ldflags ${BUILD_FLAGS} -o ./cmd/reva/reva ./cmd/reva
clean:
rm -rf dist

Expand Down

0 comments on commit aa309f6

Please sign in to comment.