mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
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
|
- id: lowercaseRepo
|
||||||
uses: ASzc/change-string-case-action@v5
|
uses: ASzc/change-string-case-action@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -23,6 +23,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Show disk info
|
- name: Show disk info
|
||||||
run: df -h
|
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
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up QEMU and Buildx
|
- name: Set up QEMU and Buildx
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user