We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a set of official docker containers for Gluon building: https://github.com/freifunk-gluon/gluon/pkgs/container/gluon-build
We are doing something similar already and should deprecate ours in favour of the upstream version: https://github.com/freifunkMUC/site-ffm/blob/stable/Dockerfile_build
Additionally, we should use either jobs.<job_id>.container to use the container directly, or simply do a docker run like described in the README.md
jobs.<job_id>.container
docker run --rm -v $(pwd):/site-ffm:ro -v $(pwd)/gluon-build:/site-ffm/gluon-build:rw -v $(pwd)/output:/site-ffm/output:rw -w /site-ffm -u $UID site-ffm-stable make V=s GLUON_TARGETS=lantiq-xrx200 |& tee logs/build_lantiq-xrx200_$(date --iso=s).log
The text was updated successfully, but these errors were encountered:
I tried to use the upstream Docker Version. for one Target it works just fine: https://github.com/T0biii/site-ffm/actions/runs/8561992224 But with all targets it failes because of Storage https://github.com/T0biii/site-ffm/actions/runs/8550385054
Sorry, something went wrong.
I also didn't get it to work. On my side, it fails for the checkout already: https://github.com/grische/site-ffm/actions/runs/9419823786/job/25950503438
I also didn't get it to work. On my side, it fails for the checkout already: grische/site-ffm/actions/runs/9419823786/job/25950503438
wierd error tbh
No branches or pull requests
There are a set of official docker containers for Gluon building:
https://github.com/freifunk-gluon/gluon/pkgs/container/gluon-build
We are doing something similar already and should deprecate ours in favour of the upstream version:
https://github.com/freifunkMUC/site-ffm/blob/stable/Dockerfile_build
Additionally, we should use either
jobs.<job_id>.container
to use the container directly, or simply do a docker run like described in the README.mdThe text was updated successfully, but these errors were encountered: