diff --git a/README.md b/README.md index 918129a..bc2de34 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,9 @@ go test Build the docker image with the following commands: ``` -CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo docker build -t appleboy/drone-ssh . ``` -Please note incorrectly building the image for the correct x64 linux and with -GCO disabled will result in an error when running the Docker image: - -``` -docker: Error response from daemon: Container command -'/bin/drone-ssh' not found or does not exist.. -``` - ## Usage Execute from the working directory: