mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-12-24 12:37:53 +08:00
fix: 无需定义linux的arm的版本
This commit is contained in:
4
.github/workflows/build_binary.yaml
vendored
4
.github/workflows/build_binary.yaml
vendored
@@ -138,7 +138,7 @@ jobs:
|
||||
|
||||
- goos: linux
|
||||
goarch: arm
|
||||
goarm: 7
|
||||
# goarm: 7
|
||||
cgo_enabled: "1"
|
||||
cc: arm-linux-gnueabihf-gcc
|
||||
cflags: "-O1 -fno-stack-protector"
|
||||
@@ -464,4 +464,4 @@ jobs:
|
||||
fi
|
||||
fi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||
|
||||
Reference in New Issue
Block a user