Skip to content

Commit

Permalink
Add arm64 builder to known_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Dec 23, 2024
1 parent 3802115 commit 7cffadd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions cookbooks/boxcutter_builder/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,19 @@
content craft_rsa_ssh_key_private
end

# ssh_known_hosts_entry 'github.com' do
# file_location '/home/github-runner/.ssh/known_hosts'
# owner 'github-runner'
# group 'github-runner'
# end
#
# # arm64 builder
# ssh_known_hosts_entry '10.0.1.70' do
# file_location '/home/github-runner/.ssh/known_hosts'
# owner 'github-runner'
# group 'github-runner'
# end
#
ssh_known_hosts_entry 'github.com' do
file_location '/home/github-runner/.ssh/known_hosts'
owner 'github-runner'
group 'github-runner'
end

# arm64 builder
ssh_known_hosts_entry '10.0.1.175' do
file_location '/home/github-runner/.ssh/known_hosts'
owner 'github-runner'
group 'github-runner'
end

# node.default['polymath_docker']['buildx']['github-runner'] = {
# 'home' => '/home/github-runner',
# 'user' => 'github-runner',
Expand Down

0 comments on commit 7cffadd

Please sign in to comment.