From ffa3bc8a8a5c4bfe88d1b745a5763c0ec10b9915 Mon Sep 17 00:00:00 2001 From: Neshura Date: Thu, 16 Nov 2023 16:29:22 +0000 Subject: [PATCH] remove lxc since setting it up seems to complicated on an LXC container maybe lxc vm can be considered if advantages present themselves --- .forgejo/workflows/demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 0340ceb..30a5313 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -4,7 +4,7 @@ jobs: runs-on: docker steps: - run: echo Docker works! - test-lxc: - runs-on: lxc + test-dind: + runs-on: dind steps: - - run: echo LXC works! \ No newline at end of file + - run: sudo docker run hello-world \ No newline at end of file