diff --git a/.drone.yml b/.drone.yml index d055079..368b34f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,37 +1,7 @@ -#kind: pipeline -#type: docker -#name: testing -# -#platform: -# os: linux -# arch: arm64 -# -#steps: -# - name: test -# image: golang:1.16 -# commands: -# - go mod download github.com/containernetworking/cni -# - go test -cover ./... -# volumes: -# - name: go -# path: /go -# -# - name: build -# image: golang:1.16 -# commands: -# - sh scripts/build.sh -# volumes: -# - name: go -# path: /go -# -#volumes: -# - name: go -# temp: {} -# ---- kind: pipeline type: docker name: linux-arm64 + platform: os: linux arch: arm64 @@ -66,9 +36,6 @@ steps: - refs/heads/master - refs/tags/* -#depends_on: -# - testing -# trigger: ref: - refs/heads/master