Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 12-say-grpc/backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.

build:
GOOS=linux go build -o app
GOOS=linux CGO_ENABLED=0 go build -o app
docker build -t gcr.io/justforfunc-prep/say .
rm -f app

Expand Down