From dd54f661fb56e8afc7cf627de06fa57b757d8bb5 Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Wed, 20 Nov 2024 00:28:54 +0100 Subject: [PATCH] s --- .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 c2c294c9..64795805 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -28,7 +28,7 @@ jobs: wget https://raw.githubusercontent.com/jensgrunzer1/swingmusic/refs/heads/master/aarch64_buildscript chmod +x aarch64_buildscript cp aarch64_buildscript root/ - sudo systemd-nspawn -q --bind /usr/bin/qemu-aarch64-static -b -D root ./aarch64_buildscript + sudo systemd-nspawn -D root ./aarch64_buildscript - name: Create Release id: create_release uses: actions/create-release@v1