Add Docker Support && Use GitHub Action to Cross Compile #142
typenoob
started this conversation in
Show and tell
Replies: 2 comments
-
Awesome. Any hints on the required environment variables. I'm assuming you have to expose access to the Bluetooth interface. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
For those who have difficult in installing this application, I added dockerfile and built executable binary files in order to easily install on multiple platforms.
You can download executable files in release.
Requirements:
Use following command to build your own image.
docker build -t [TAG_NAME] -f docker/[LIBC_KIND]/Dockerfile docker/gnu
You can use built image from here as well.
Beta Was this translation helpful? Give feedback.
All reactions