Skip to content

Commit

Permalink
调整编译环境
Browse files Browse the repository at this point in the history
  • Loading branch information
Mei-Zhao authored Feb 24, 2021
1 parent 484a5c5 commit 0886ca2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ jobs:
strategy:
matrix:
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm]
goarch: ["386", amd64]
exclude:
# windows/arm and darwin/386 seems useless
- goarch: "arm"
goos: windows
# windows/arm64 , darwin/arm sand darwin/386 seems useless
- goarch: "386"
goos: darwin
goos: darwin
- goarch: "arm"
goos: darwin
- goarch: "arm64"
goos: windows
steps:
- uses: actions/checkout@v2
- name: Set APP_VERSION env
Expand Down

0 comments on commit 0886ca2

Please sign in to comment.