mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-06 20:13:50 +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]
|
||||
exclude:
|
||||
- goos: darwin
|
||||
goarch: [arm, "386"]
|
||||
goarch: arm
|
||||
- goos: darwin
|
||||
goarch: "386"
|
||||
fail-fast: true
|
||||
|
||||
steps:
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -13,7 +13,9 @@ jobs:
|
||||
goarch: ["386", amd64, arm]
|
||||
exclude:
|
||||
- goos: darwin
|
||||
goarch: [arm, "386"]
|
||||
goarch: arm
|
||||
- goos: darwin
|
||||
goarch: "386"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user