This commit is contained in:
2023-10-25 17:31:09 +02:00
parent c05070da54
commit 8479a3f6cc
4 changed files with 1431 additions and 115 deletions

View File

@@ -8,7 +8,7 @@ platform:
steps:
- name: environment
image: golang:1.16
image: golang:1.21
pull: always
environment:
CGO_ENABLED: "0"
@@ -16,10 +16,11 @@ steps:
- go version
- go env
- name: build
image: golang:1.16
image: golang:1.21
environment:
CGO_ENABLED: "0"
commands:
- go mod download
- go build -o release/linux/arm64/drone-runner-docker
- name: publish
image: plugins/docker