diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 9c05b0f2..3c1a8b36 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -15,7 +15,7 @@ jobs: - name: "Setup Runner" run: | apt update -y - apt install git nodejs nix-bin qemu qemu-user-binfmt -y + apt install git nodejs nix-bin qemu-utils qemu-system-arm qemu-user-binfmt -y git config --global user.email "${{github.actor}}" git config --global user.name "Forgejo Runner" echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts