Skip to content

Commit

Permalink
Update ip of arm64 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Dec 23, 2024
1 parent cf6e95c commit 7fc3c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/boxcutter_builder/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 7fc3c1f

Please sign in to comment.