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
The main qmk firmware repository provides the handy "build via docker" features. Here are the docs: https://docs.qmk.fm/getting_started_docker Here is the implementation: https://github.com/qmk/qmk_firmware/blob/master/util/docker_build.sh
It would be great if qmk_userspace also supported ''build via docker".
qmk_userspace
(The github actions basically do something along the lines, but you cannot easily reproduce it locally.)
Potential implementation:
The text was updated successfully, but these errors were encountered:
Thanks a lot @tzarc. Works like a charm.
I'm wondering if we should mention the userspace build in the "getting started with docker" documentation here.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
The main qmk firmware repository provides the handy "build via docker" features.
Here are the docs: https://docs.qmk.fm/getting_started_docker
Here is the implementation: https://github.com/qmk/qmk_firmware/blob/master/util/docker_build.sh
It would be great if
qmk_userspace
also supported ''build via docker".(The github actions basically do something along the lines, but you cannot easily reproduce it locally.)
Potential implementation:
The text was updated successfully, but these errors were encountered: