Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

free github runner space in container env #21

Open
wuwentao opened this issue Mar 11, 2024 · 0 comments
Open

free github runner space in container env #21

wuwentao opened this issue Mar 11, 2024 · 0 comments

Comments

@wuwentao
Copy link

hello @jlumbroso

we are using github public runner to build image with our container, as this container installed all of our build tools and env, so we want to do build job in container as below:

build_image:
    name: Build
    runs-on: [ubuntu-latest]
    timeout-minutes: 180
    container:
      image: ghcr.io/kendryte/k230_sdk:latest
      env:
        CONF: k230_${{ matrix.cfg }}_defconfig
      options: --hostname release --user root
    steps:

then we meet the ERROR No space left on device in github runner .

any suggestion or solution to free disk space with this container build env ?

Thanks
Wentao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant