Skip to content

Commit

Permalink
Update devnet.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbpage authored Aug 6, 2024
1 parent b3fe001 commit 8a85d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ jobs:
HostName ${{ secrets.REMOTE_NIX_BUILDER_HOST_AMD64 }}
User root
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
Host nixremotebuilderarm64
HostName ${{ secrets.REMOTE_NIX_BUILDER_HOST_ARM64 }}
User root
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
EOF
- name: Add remote host keys to known_hosts
Expand Down

0 comments on commit 8a85d24

Please sign in to comment.