mirror of
https://github.com/drone-plugins/drone-download.git
synced 2026-06-04 10:15:28 +08:00
Merge pull request #40 from tphoney/use_correct_arm_runner
(fix) use correct arm runner
This commit is contained in:
+11
-11
@@ -9,7 +9,7 @@ pool:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: golang:1.19
|
||||
image: golang:1.20
|
||||
pull: always
|
||||
commands:
|
||||
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||
@@ -19,7 +19,7 @@ steps:
|
||||
- name: gopath
|
||||
path: "/go"
|
||||
- name: test
|
||||
image: golang:1.19
|
||||
image: golang:1.20
|
||||
commands:
|
||||
- go test -cover ./...
|
||||
volumes:
|
||||
@@ -46,7 +46,7 @@ pool:
|
||||
|
||||
steps:
|
||||
- name: environment
|
||||
image: golang:1.19
|
||||
image: golang:1.20
|
||||
pull: always
|
||||
environment:
|
||||
CGO_ENABLED: '0'
|
||||
@@ -54,7 +54,7 @@ steps:
|
||||
- go version
|
||||
- go env
|
||||
- name: build
|
||||
image: golang:1.19
|
||||
image: golang:1.20
|
||||
environment:
|
||||
CGO_ENABLED: '0'
|
||||
commands:
|
||||
@@ -80,7 +80,7 @@ trigger:
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
type: vm
|
||||
name: linux-arm64
|
||||
platform:
|
||||
os: linux
|
||||
@@ -90,7 +90,7 @@ pool:
|
||||
|
||||
steps:
|
||||
- name: environment
|
||||
image: golang:1.19
|
||||
image: golang:1.20
|
||||
pull: always
|
||||
environment:
|
||||
CGO_ENABLED: '0'
|
||||
@@ -98,7 +98,7 @@ steps:
|
||||
- go version
|
||||
- go env
|
||||
- name: build
|
||||
image: golang:1.19
|
||||
image: golang:1.20
|
||||
environment:
|
||||
CGO_ENABLED: '0'
|
||||
commands:
|
||||
@@ -134,7 +134,7 @@ pool:
|
||||
|
||||
steps:
|
||||
- name: environment
|
||||
image: golang:1.19
|
||||
image: golang:1.20
|
||||
pull: always
|
||||
environment:
|
||||
CGO_ENABLED: '0'
|
||||
@@ -142,7 +142,7 @@ steps:
|
||||
- go version
|
||||
- go env
|
||||
- name: build
|
||||
image: golang:1.19
|
||||
image: golang:1.20
|
||||
environment:
|
||||
CGO_ENABLED: '0'
|
||||
commands:
|
||||
@@ -185,7 +185,7 @@ pool:
|
||||
|
||||
steps:
|
||||
- name: environment
|
||||
image: golang:1.19
|
||||
image: golang:1.20
|
||||
pull: always
|
||||
environment:
|
||||
CGO_ENABLED: '0'
|
||||
@@ -193,7 +193,7 @@ steps:
|
||||
- go version
|
||||
- go env
|
||||
- name: build
|
||||
image: golang:1.19
|
||||
image: golang:1.20
|
||||
environment:
|
||||
CGO_ENABLED: '0'
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user