add image for building appimages

This commit is contained in:
2022-02-22 11:36:44 +01:00
parent 1191a7a5e6
commit b12e6f3d90
6 changed files with 122 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
version: "3"
services:
rust-gtk-appimage:
build: .
volumes:
- ../adwaita-demo:/mnt:z
command: /bin/bash -c "cargo appimage"