mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
build appimage in compose
This commit is contained in:
@@ -12,3 +12,11 @@ gls = { version = "0.1" }
|
|||||||
serde = { version = "1.0", features = ["derive"]}
|
serde = { version = "1.0", features = ["derive"]}
|
||||||
serde_json = { version = "1.0" }
|
serde_json = { version = "1.0" }
|
||||||
derive_builder = "0.10"
|
derive_builder = "0.10"
|
||||||
|
|
||||||
|
[package.metadata.appimage]
|
||||||
|
auto_link = true
|
||||||
|
auto_link_exclude_list = [
|
||||||
|
"libc.so*",
|
||||||
|
"libdl.so*",
|
||||||
|
"libpthread.so*",
|
||||||
|
]
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
gtk4-rs:
|
gtk4-rs:
|
||||||
image: ghcr.io/13hannes11/gtk4-rs-docker:latest
|
image: ghcr.io/13hannes11/gtk4-rs-docker:latest-appimage
|
||||||
volumes:
|
volumes:
|
||||||
- .:/mnt:z
|
- .:/mnt:z
|
||||||
command: sh -c "cargo build"
|
command: sh -c "cargo appimage"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user