Skip to content

Commit 0e96a64

Browse files
authored
Update build_binary.yaml to disable certain options
Disable large packages, Docker images, and swap storage in the build workflow.
1 parent 5b44f5f commit 0e96a64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_binary.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
android: true
3232
dotnet: true
3333
haskell: true
34-
large-packages: true
35-
docker-images: true
36-
swap-storage: true
34+
large-packages: false
35+
docker-images: false
36+
swap-storage: false
3737

3838
- name: Set up Go
3939
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)