diff --git a/cookbooks/boxcutter_builder/recipes/default.rb b/cookbooks/boxcutter_builder/recipes/default.rb index 8993dcb..85fda27 100644 --- a/cookbooks/boxcutter_builder/recipes/default.rb +++ b/cookbooks/boxcutter_builder/recipes/default.rb @@ -20,7 +20,7 @@ if node.aws? aws_arm64_github_self_hosted_runner_list = [ - 'ip-10-0-1-70', # arm64 builder + 'ip-10-0-1-175', # arm64 builder ] if aws_arm64_github_self_hosted_runner_list.include?(node['hostname'])