Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade golang to 1.18 and add support for new arm instance #3720

Closed
wants to merge 2 commits into from

Conversation

nightfury1204
Copy link
Collaborator

@nightfury1204 nightfury1204 commented Mar 13, 2024

What is the feature/fix?

Added support for General Purpose m7g and Memory-Optimized r7g Amazon EC2 Instances.

Golang was updated to 1.18 to support this.

Does it has a breaking change?

No breaking change

How to use/test it?

Update your rack to the latest version with the command convox rack update -r rackName

Then to change instance types update your rack parameters InstanceType and BuildInstance with the command convox rack params set InstanceType=<instance-type> BuildInstance=<instance-type> -r rackName

Note: InstanceType and BuildInstance do not need to be the same, but they must be consistant architecture ARM or x86

nightfury1204 added a commit that referenced this pull request Mar 13, 2024
### What is the feature/fix?

- Add support new arm instances: r7g, m7g
- Upgrade golang version to 1.18

https://app.asana.com/0/1203637156732418/1206785035377558/f
https://app.asana.com/0/1203637156732418/1206741236185155/f

### Does it has a breaking change?

no
@nightfury1204 nightfury1204 mentioned this pull request Mar 13, 2024
4 tasks
nightfury1204 added a commit that referenced this pull request Mar 13, 2024
### What is the feature/fix?

- Add support new arm instances: r7g, m7g
- Upgrade golang version to 1.18

https://app.asana.com/0/1203637156732418/1206785035377558/f
https://app.asana.com/0/1203637156732418/1206741236185155/f

### Does it has a breaking change?

no
@nightfury1204 nightfury1204 deleted the feat-new-arm branch March 14, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant