Skip to content

Commit 3551320

Browse files
committed
Configure github-runner on arm64
1 parent 788dd9c commit 3551320

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cookbooks/boxcutter_builder/recipes/default.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
include_recipe 'boxcutter_tailscale::default'
4343

4444
# include_recipe 'boxcutter_users::default'
45-
# include_recipe 'boxcutter_docker::default'
46-
#
47-
# include_recipe 'boxcutter_github::runner_user'
48-
# node.default['fb_users']['groups']['docker']['members'] << 'github-runner'
49-
# node.default['fb_ssh']['authorized_keys_users'] << 'github-runner'
50-
#
51-
# node.default['fb_ssh']['authorized_keys']['github-runner']['aws-arm64-github-runner'] = \
52-
# Boxcutter::OnePassword.op_read('op://Automation-Org/craft SSH Key/public key')
53-
#
45+
include_recipe 'boxcutter_docker::default'
46+
47+
include_recipe 'boxcutter_github::runner_user'
48+
node.default['fb_users']['groups']['docker']['members'] << 'github-runner'
49+
node.default['fb_ssh']['authorized_keys_users'] << 'github-runner'
50+
51+
node.default['fb_ssh']['authorized_keys']['github-runner']['aws-arm64-github-runner'] = \
52+
Boxcutter::OnePassword.op_read('op://Automation-Org/craft SSH Key/public key')
53+
5454
# directory '/home/github-runner/.ssh' do
5555
# owner 'github-runner'
5656
# group 'github-runner'

0 commit comments

Comments
 (0)