1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-06 03:53:50 +08:00
This commit is contained in:
Mrs4s 2020-10-17 15:04:46 +08:00
parent 08394ae87d
commit 8c82082991
2 changed files with 3 additions and 3 deletions

View File

@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm]
exclude:
- goos: darwin
goarch: arm
goarch: [arm, "386"]
fail-fast: true
steps:

View File

@ -13,7 +13,7 @@ jobs:
goarch: ["386", amd64, arm]
exclude:
- goos: darwin
goarch: arm
goarch: [arm, "386"]
steps:
- uses: actions/checkout@v2