mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-07 04:23:49 +08:00
fix ci.
This commit is contained in:
parent
8c82082991
commit
2978116c89
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -19,7 +19,9 @@ jobs:
|
|||||||
goarch: ["386", amd64, arm]
|
goarch: ["386", amd64, arm]
|
||||||
exclude:
|
exclude:
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: [arm, "386"]
|
goarch: arm
|
||||||
|
- goos: darwin
|
||||||
|
goarch: "386"
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -13,7 +13,9 @@ jobs:
|
|||||||
goarch: ["386", amd64, arm]
|
goarch: ["386", amd64, arm]
|
||||||
exclude:
|
exclude:
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: [arm, "386"]
|
goarch: arm
|
||||||
|
- goos: darwin
|
||||||
|
goarch: "386"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user