We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9b030 commit dbba262Copy full SHA for dbba262
cookbooks/boxcutter_builder/recipes/default.rb
@@ -278,3 +278,16 @@
278
include_recipe 'boxcutter_github::runner'
279
end
280
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