From 71bff2f0122fc4b3810925f995d8566a5c4a5a7a Mon Sep 17 00:00:00 2001 From: Fabricio Date: Fri, 20 Dec 2019 18:12:34 -0300 Subject: [PATCH] update build cmd to create 64bit version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e73af9..6627a0e 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ Via docker: git clone --depth 1 https://github.com/ofabricio/capture.git cd capture - docker run --rm -v $(pwd):/src -w /src -e GOOS=darwin golang:alpine go build -o capture + docker run --rm -v $(pwd):/src -w /src -e GOOS=darwin -e GOARCH=amd64 golang:alpine go build -o capture Now you have an executable binary in your directory -**Note:** you can change `GOOS=darwin` to `linux` or `windows` +**Note:** you can change `GOOS=darwin` to `linux` or `windows` to create an executable for your corresponding Operating System ## Plugins