mirror of
http://bgp.hk.skcks.cn:10088/github.com/oneclickvirt/ecs
synced 2026-04-20 12:50:58 +08:00
Update build_binary.yaml to disable certain options
Disable large packages, Docker images, and swap storage in the build workflow.
This commit is contained in:
6
.github/workflows/build_binary.yaml
vendored
6
.github/workflows/build_binary.yaml
vendored
@@ -31,9 +31,9 @@ jobs:
|
||||
android: true
|
||||
dotnet: true
|
||||
haskell: true
|
||||
large-packages: true
|
||||
docker-images: true
|
||||
swap-storage: true
|
||||
large-packages: false
|
||||
docker-images: false
|
||||
swap-storage: false
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
|
||||
Reference in New Issue
Block a user