Skip to content

Commit ffef84d

Browse files
chore: update ssm command for macos build config (#170)
1 parent 889f0ef commit ffef84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-config/buildspec-macos_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ phases:
1515
- AWS_ACCOUNT=`aws sts get-caller-identity | jq -r '.Account'`
1616
# For now assume there is a suitable EC2 instance running. Obviously, we could add a StepFunction here to
1717
# get a new one, but this is a start
18-
- INSTANCE_ID=`aws ec2 describe-instances --filters "Name=tag:Name,Values=FigIoDesktop MacOS aarch64 Build Server" "Name=instance-state-name,Values=running" | jq -r '.Reservations[0].Instances[0].InstanceId'`
18+
- INSTANCE_ID=`aws ec2 describe-instances --filters "Name=tag:Name,Values=FigIoDesktop MacOS aarch64 Build Server 1" "Name=instance-state-name,Values=running" | jq -r '.Reservations[0].Instances[0].InstanceId'`
1919
- echo "ec2 instance id - $INSTANCE_ID"
2020
# The name of the SSM document has to change every time its deployed, so go look for it
2121
# We can make this an environment variable passed into CodeBuild.

0 commit comments

Comments
 (0)