fix: linux的arm不区分具体32位的版本

This commit is contained in:
spiritlhl
2025-07-17 05:25:29 +00:00
parent b174e5cfa8
commit 0fa2ff9300

View File

@@ -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"