mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
add docker-compose to build appimage
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
|||||||
/target
|
/target
|
||||||
|
/libs
|
||||||
|
*.AppImage
|
||||||
|
|||||||
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
gtk4-rs:
|
||||||
|
image: ghcr.io/13hannes11/gtk4-rs-docker:latest-appimage
|
||||||
|
volumes:
|
||||||
|
- .:/mnt:z
|
||||||
|
command: sh -c "cargo appimage"
|
||||||
|
|
||||||
Reference in New Issue
Block a user