From 0a552e3dd1d8bfdb064896a3293da45436fc6a4c Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Wed, 20 Nov 2024 11:26:19 +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 acf0c031..9c7bd9ad 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -29,7 +29,7 @@ jobs: wget https://raw.githubusercontent.com/jensgrunzer1/swingmusic/refs/heads/master/aarch64_buildscript chmod +x aarch64_buildscript mv aarch64_buildscript root/ - sudo systemd-nspawn -b -D root sh -c ./aarch64_buildscript + sudo systemd-nspawn -D root sh -c ./aarch64_buildscript --bind-ro=/etc/resolv.conf - name: Create Release id: create_release uses: actions/create-release@v1