From b83e05fa631efb35904300d2f69f4fbede7e8098 Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Wed, 20 Nov 2024 10:49:45 +0100 Subject: [PATCH] a --- .github/workflows/aarch64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index 58cb0554..fc11f475 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -15,11 +15,11 @@ jobs: - name: Starting Services run: | sudo systemctl restart systemd-binfmt + sudo systemctl start lxd.service - name: Downloading Arch Linux Arm Image for aarch64 run: | sudo lxc-create --name mycontainer --template download -- --dist archlinux --release current --arch arm64 sudo lxc-start --name mycontainer - sudo lxd init - name: Building Swingmusic in qemu run: | wget https://raw.githubusercontent.com/jensgrunzer1/swingmusic/refs/heads/master/aarch64_buildscript