From d1dfbc7ae2dfb24b5ddc19d59c9d3634ffc9353e Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Wed, 20 Nov 2024 10:40:17 +0100 Subject: [PATCH] s --- .github/workflows/aarch64.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index eff071eb..fbe7de7c 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -17,13 +17,13 @@ jobs: sudo systemctl restart systemd-binfmt - name: Downloading Arch Linux Arm Image for aarch64 run: | - lxc-create --name mycontainer --template download -- --dist archlinux --release current --arch arm64 - lxc-start --name mycontainer + sudo lxc-create --name mycontainer --template download -- --dist archlinux --release current --arch arm64 + sudo lxc-start --name mycontainer - name: Building Swingmusic in qemu run: | wget https://raw.githubusercontent.com/jensgrunzer1/swingmusic/refs/heads/master/aarch64_buildscript chmod +x aarch64_buildscript - lxc exec mycontainer -- sh -c ./aarch64_buildscript + sudo lxc exec mycontainer -- sh -c ./aarch64_buildscript - name: Create Release id: create_release uses: actions/create-release@v1