Skip to content

Commit dbba262

Browse files
authored
Add arm64_self_hosted_runner
1 parent ad9b030 commit dbba262

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cookbooks/boxcutter_builder/recipes/default.rb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,16 @@
278278
include_recipe 'boxcutter_github::runner'
279279
end
280280
end
281+
282+
arm64_self_hosted_runner_list = %w{
283+
agx01
284+
}
285+
286+
if arm64_self_hosted_runner_list.include?(node['hostname'])
287+
package 'jq'
288+
289+
node.default['polymath_docker']['enable_cleanup'] = false
290+
291+
# include_recipe 'boxcutter_users::default'
292+
include_recipe 'boxcutter_docker::default'
293+
end

0 commit comments

Comments
 (0)