From 6a5c354ffaae91407535272cac146139adc8140a Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Wed, 20 Nov 2024 11:30:25 +0100 Subject: [PATCH] a --- .github/workflows/aarch64.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index 9c7bd9ad..f497ce20 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -15,6 +15,7 @@ jobs: - name: Starting Services run: | sudo systemctl restart systemd-binfmt + sudo systemctl start systemd-resolved - name: Downloading Arch Linux Arm Image for rpi4 aarch64 run: | wget http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz @@ -29,7 +30,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 -D root sh -c ./aarch64_buildscript --bind-ro=/etc/resolv.conf + sudo systemd-nspawn --bind-ro=/etc/resolv.conf -D root ./aarch64_buildscript - name: Create Release id: create_release uses: actions/create-release@v1