Skip to content

Commit

Permalink
Add docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific authored Nov 24, 2024
1 parent 9f86508 commit 041651b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cookbooks/boxcutter_builder/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@
]

if aws_arm64_github_self_hosted_runner_list.include?(node['hostname'])
include_recipe 'boxcutter_docker::default'

include_recipe 'boxcutter_github::runner_user'
node.default['fb_users']['groups']['docker']['members'] << 'github-runner'
node.default['fb_ssh']['authorized_keys_users'] << 'github-runner'
Expand All @@ -206,5 +208,5 @@
owner 'github-runner'
group 'github-runner'
end
end
end
end

0 comments on commit 041651b

Please sign in to comment.