We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a407c commit 72ff87bCopy full SHA for 72ff87b
cookbooks/boxcutter_builder/recipes/default.rb
@@ -20,7 +20,7 @@
20
21
if node.aws?
22
aws_arm64_github_self_hosted_runner_list = [
23
- 'ip-10-0-1-147', # arm64 builder
+ 'ip-10-0-1-70', # arm64 builder
24
]
25
26
if aws_arm64_github_self_hosted_runner_list.include?(node['hostname'])
0 commit comments