Skip to content

Commit

Permalink
update arm ami
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-page committed Jun 2, 2024
1 parent c05f2dd commit 970235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
ec2_subnet_id: ${{ vars.SUBNET_ID }}
ec2_security_group_id: ${{ vars.SECURITY_GROUP_ID }}
ec2_instance_type: t4g.large
ec2_ami_id: ami-0c29a2c5cf69b5a9c # arm64 ubuntu 22.04
ec2_ami_id: ami-0b74dcc00bb584e51 # arm64 ubuntu 22.04
ec2_instance_ttl: 40 # Optional (default is 60 minutes)
ec2_spot_instance_strategy: BestEffort # Other options are: None, SpotOnly, BestEffort, MaxPerformance
ec2_instance_tags: > # Required for IAM role resource permission scoping
Expand Down

0 comments on commit 970235a

Please sign in to comment.