Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 411 Bytes

BUILDING.md

File metadata and controls

14 lines (9 loc) · 411 Bytes
  1. Install go 1.13 or higher

  2. Test

    go test ./...

  3. Build binaries

    ./scripts/build.sh

  4. Build images

    docker build -t drone/drone-runner-kube:latest-linux-amd64 -f docker/Dockerfile.linux.amd64 . docker build -t drone/drone-runner-kube:latest-linux-arm64 -f docker/Dockerfile.linux.arm64 . docker build -t drone/drone-runner-kube:latest-linux-arm -f docker/Dockerfile.linux.arm .