Skip to content

Conversation

guessi
Copy link
Contributor

@guessi guessi commented Feb 26, 2025

Issue #, if available:

Description of changes:

Noticed v3.1.1 released but having v3.1.0 included in README.md.

Better to have link always pointed to latest release

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@guessi guessi requested a review from a team as a code owner February 26, 2025 06:43
os=$(uname | tr 'A-Z' 'a-z')
arch=$(printf "%s" "$(uname -m | tr 'A-Z' 'a-z' | sed -E 's/x86_64|i[3-6]86/amd64/;s/aarch64|arm64/arm64/')")
curl -Lo ec2-instance-selector https://github.com/aws/amazon-ec2-instance-selector/releases/download/v3.1.0/ec2-instance-selector-$os-$arch && chmod +x ec2-instance-selector
curl -Lo ec2-instance-selector https://github.com/aws/amazon-ec2-instance-selector/releases/latest/download/ec2-instance-selector-$os-$arch && chmod +x ec2-instance-selector
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc: @bwagner5

Copy link
Contributor

@bwagner5 bwagner5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great! Thanks!

@bwagner5 bwagner5 merged commit 3274aa3 into aws:main Mar 3, 2025
@guessi guessi deleted the simplify-setup-command branch March 4, 2025 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants