try to build on remote for cross-architecture

This commit is contained in:
Noah Masur
2025-07-01 16:09:41 -06:00
parent a9b3249e20
commit e8571fe6b7

View File

@ -167,7 +167,7 @@ jobs:
- name: Run nixos-anywhere - name: Run nixos-anywhere
if: inputs.action == 'create' if: inputs.action == 'create'
run: | 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 - name: Copy Identity File to Host
if: inputs.action == 'create' if: inputs.action == 'create'