Skip to content

Commit dff9d88

Browse files
committed
try freeing up space
1 parent bda92e0 commit dff9d88

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci-pipeline.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
fetch-depth: 0
3131
persist-credentials: false
3232

33+
# Depending on exactly how much space the runner has we may run into issues with the container build below.
34+
# Deleting the android runtime will free up about 14 GiB of space.
35+
- name: Free up storage
36+
run: sudo rm -rf /usr/local/lib/android
37+
3338
- name: Build container and push to local registry
3439
env:
3540
CONTAINER: ${{ env.NAME }}:${{ env.TAG }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 📚 vector-embedder
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)
3+
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square)
44
[![Quay Repository](https://img.shields.io/badge/Quay.io-vector--embedder-blue?logo=quay)](https://quay.io/repository/validatedpatterns/vector-embedder)
55
[![CI Pipeline](https://github.com/validatedpatterns-sandbox/vector-embedder/actions/workflows/ci-pipeline.yaml/badge.svg?branch=main)](https://github.com/validatedpatterns-sandbox/vector-embedder/actions/workflows/ci-pipeline.yaml)
66

0 commit comments

Comments
 (0)