Docker cross-compilation github workflow.

This commit is contained in:
Igor Katson 2024-08-26 21:09:00 +01:00
parent 01a4f68e20
commit 11d230f95a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
8 changed files with 270 additions and 154 deletions

7
.dockerignore Normal file
View file

@ -0,0 +1,7 @@
/.cargo
**/target/
**/node_modules/
/docker
/*.md
/Makefile
/LICENSE