Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
  1. Install go 1.13 or higher

  2. Test

    go test ./...

  3. Build binaries

    sh scripts/build_all.sh

  4. Build images

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