mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
maximize first
This commit is contained in:
parent
4db4a05f33
commit
ec34b3365c
22
.github/actions/setup/action.yml
vendored
22
.github/actions/setup/action.yml
vendored
@ -11,28 +11,6 @@ outputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Show disk info
|
||||
run: df -h
|
||||
shell: bash
|
||||
- name: Show docker image info
|
||||
run: docker image ls --all
|
||||
shell: bash
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
with:
|
||||
root-reserve-mb: 512
|
||||
swap-size-mb: 1024
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-codeql: 'true'
|
||||
remove-docker-images: 'true'
|
||||
- name: Show disk info
|
||||
run: df -h
|
||||
shell: bash
|
||||
- name: Show docker image info
|
||||
run: docker image ls --all
|
||||
shell: bash
|
||||
- id: lowercaseRepo
|
||||
uses: ASzc/change-string-case-action@v5
|
||||
with:
|
||||
|
||||
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -23,6 +23,16 @@ jobs:
|
||||
steps:
|
||||
- name: Show disk info
|
||||
run: df -h
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
with:
|
||||
root-reserve-mb: 512
|
||||
swap-size-mb: 1024
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-codeql: 'true'
|
||||
remove-docker-images: 'true'
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up QEMU and Buildx
|
||||
|
||||
Loading…
Reference in New Issue
Block a user