Leo
Leo
So what I described up there I did with `qemu-system-aarch64`, but now I was able to get CircleCI build the arm version :D https://app.circleci.com/pipelines/circleci/FGdqDakLr1hfC2iZkHo2qj/UbbkGQEN4gGm2oyFVgV4aK/8/workflows/29acfa34-3d0d-4eba-9e99-8218567ccd40/jobs/5/steps Have a look at my [circleci...
Ahja! It's impossible to find Apple M1 runners if you only search for aarch64 :( It's kind of a hack, and a shame that github does not provide aarch64 runners...
Wow. That's great! Aarch64 emulation on amd64 with qemu is a bit slow, that's what I did in my manual builds. What I tried to do now was: on a...
Docker in Docker is not nested virtualization, because Docker itself is not virtualization. Just containerization. That works solely with namespaces and separation. With Docker one uses the host OS's kernel...
Spotube requires some dynamic libraries to run, these are supposed to come form the system thus you have to install them via the system's package manager. `dnf` in the case...
Alternatively you can install spotube from flatpak, there libraries are bundled. https://flathub.org/apps/com.github.KRTirtho.Spotube
Maybe that's an 'enhancement' not a 'bug'.
Android Apps can also be configured to open links to specific domains: https://developer.android.com/training/app-links/