From e8571fe6b79485d88ca6cbee4356d65b5641125f Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:09:41 -0600 Subject: [PATCH] try to build on remote for cross-architecture --- .github/workflows/flame.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flame.yml b/.github/workflows/flame.yml index 84ad59c..e13a054 100644 --- a/.github/workflows/flame.yml +++ b/.github/workflows/flame.yml @@ -167,7 +167,7 @@ jobs: - name: Run nixos-anywhere if: inputs.action == 'create' run: | - nix run github:nix-community/nixos-anywhere -- --flake github:nmasur/dotfiles#flame --target-host ubuntu@${{ steps.host.outputs.stdout }} + nix run github:nix-community/nixos-anywhere -- --flake github:nmasur/dotfiles#flame --build-on remote --target-host ubuntu@${{ steps.host.outputs.stdout }} - name: Copy Identity File to Host if: inputs.action == 'create'