docs(akmods): Add notice when builds are failing due to upstream issue (#128)

* docs(akmods): Add notice when builds are failing due to upstream issue

* chore: add missing "a"

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
This commit is contained in:
fiftydinar 2024-02-12 14:30:28 +01:00 committed by GitHub
parent 1e1197dd0b
commit cc25f6970b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,4 +23,17 @@ If you want to install akmods for `surface(-nvidia)` or `asus(-nvidia)` images,
COPY --from=ghcr.io/ublue-os/akmods:main-39 /rpms /tmp/rpms
```
See available tags here: https://github.com/ublue-os/akmods/#how-its-organized
See available tags here: https://github.com/ublue-os/akmods/#how-its-organized
## Known issues
When the upstream base image is failing to build for some time, you will probably notice that this module fails too with this error:
```
Resolving dependencies...done
error: Could not depsolve transaction; 1 problem detected:
Problem: package "version_of_akmod" from @commandline requires "version_of_kernel", but none of the providers can be installed
- conflicting requests
```
Just wait for the base image build to resolve & akmods module will start working again.
If this issue happens for a prolonged period of time, report it to the upstream repo if not already reported or worked on.