build: fix ci

This commit is contained in:
Unlock Music Dev
2024-04-24 16:13:46 +08:00
parent 7b12f61a97
commit 3f6566f7a9
2 changed files with 40 additions and 19 deletions

View File

@@ -8,7 +8,9 @@ steps:
name: fetch tags
- commands:
- go test -v ./...
image: golang:1.19
environment:
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go test
- commands:
- DIST_DIR=$(mktemp -d)
@@ -19,7 +21,8 @@ steps:
environment:
GOARCH: amd64
GOOS: linux
image: golang:1.19
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go build linux/amd64
- commands:
- curl --fail --include --user "um-release-bot:$GITEA_API_KEY" --upload-file "dist/um-linux-amd64.tar.gz"
@@ -30,7 +33,7 @@ steps:
DRONE_GITEA_SERVER: https://git.unlock-music.dev
GITEA_API_KEY:
from_secret: GITEA_API_KEY
image: golang:1.19
image: golang:1.22
name: upload artifact
trigger:
event:
@@ -54,7 +57,8 @@ steps:
environment:
GOARCH: amd64
GOOS: windows
image: golang:1.19
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go build windows/amd64
- commands:
- curl --fail --include --user "um-release-bot:$GITEA_API_KEY" --upload-file "dist/um-windows-amd64.tar.gz"
@@ -65,7 +69,7 @@ steps:
DRONE_GITEA_SERVER: https://git.unlock-music.dev
GITEA_API_KEY:
from_secret: GITEA_API_KEY
image: golang:1.19
image: golang:1.22
name: upload artifact
trigger:
event:
@@ -89,7 +93,8 @@ steps:
environment:
GOARCH: amd64
GOOS: darwin
image: golang:1.19
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go build darwin/amd64
- commands:
- curl --fail --include --user "um-release-bot:$GITEA_API_KEY" --upload-file "dist/um-darwin-amd64.tar.gz"
@@ -100,7 +105,7 @@ steps:
DRONE_GITEA_SERVER: https://git.unlock-music.dev
GITEA_API_KEY:
from_secret: GITEA_API_KEY
image: golang:1.19
image: golang:1.22
name: upload artifact
trigger:
event:
@@ -117,7 +122,9 @@ steps:
name: fetch tags
- commands:
- go test -v ./...
image: golang:1.19
environment:
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go test
- commands:
- DIST_DIR=$(mktemp -d)
@@ -128,7 +135,8 @@ steps:
environment:
GOARCH: amd64
GOOS: linux
image: golang:1.19
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go build linux/amd64
- commands:
- DIST_DIR=$(mktemp -d)
@@ -139,7 +147,8 @@ steps:
environment:
GOARCH: arm64
GOOS: linux
image: golang:1.19
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go build linux/arm64
- commands:
- DIST_DIR=$(mktemp -d)
@@ -150,7 +159,8 @@ steps:
environment:
GOARCH: "386"
GOOS: linux
image: golang:1.19
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go build linux/386
- commands:
- DIST_DIR=$(mktemp -d)
@@ -161,7 +171,8 @@ steps:
environment:
GOARCH: amd64
GOOS: windows
image: golang:1.19
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go build windows/amd64
- commands:
- DIST_DIR=$(mktemp -d)
@@ -172,7 +183,8 @@ steps:
environment:
GOARCH: "386"
GOOS: windows
image: golang:1.19
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go build windows/386
- commands:
- DIST_DIR=$(mktemp -d)
@@ -183,7 +195,8 @@ steps:
environment:
GOARCH: amd64
GOOS: darwin
image: golang:1.19
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go build darwin/amd64
- commands:
- DIST_DIR=$(mktemp -d)
@@ -194,7 +207,8 @@ steps:
environment:
GOARCH: arm64
GOOS: darwin
image: golang:1.19
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
image: golang:1.22
name: go build darwin/arm64
- image: plugins/gitea-release
name: create release