mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-12-24 12:37:53 +08:00
fix: linux的arm不区分具体32位的版本
This commit is contained in:
13
.github/workflows/build_binary.yaml
vendored
13
.github/workflows/build_binary.yaml
vendored
@@ -154,19 +154,6 @@ jobs:
|
||||
|
||||
- goos: linux
|
||||
goarch: arm
|
||||
goarm: "5"
|
||||
cgo_enabled: "0"
|
||||
ldflags: "-s -w"
|
||||
|
||||
- goos: linux
|
||||
goarch: arm
|
||||
goarm: "6"
|
||||
cgo_enabled: "0"
|
||||
ldflags: "-s -w"
|
||||
|
||||
- goos: linux
|
||||
goarch: arm
|
||||
goarm: "7"
|
||||
cgo_enabled: "0"
|
||||
ldflags: "-s -w"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user