Skip to content

Commit 0886ca2

Browse files
authored
调整编译环境
1 parent 484a5c5 commit 0886ca2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ jobs:
1414
strategy:
1515
matrix:
1616
goos: [linux, windows, darwin]
17-
goarch: ["386", amd64, arm]
17+
goarch: ["386", amd64]
1818
exclude:
19-
# windows/arm and darwin/386 seems useless
20-
- goarch: "arm"
21-
goos: windows
19+
# windows/arm64 , darwin/arm sand darwin/386 seems useless
2220
- goarch: "386"
23-
goos: darwin
21+
goos: darwin
22+
- goarch: "arm"
23+
goos: darwin
24+
- goarch: "arm64"
25+
goos: windows
2426
steps:
2527
- uses: actions/checkout@v2
2628
- name: Set APP_VERSION env

0 commit comments

Comments
 (0)