cloudposse / cloudposse/github-authorized-keys
ARM64 build of new releases
- Dominant language
- Go
- Stars
- 146
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the Feature
When creating new releases, build an ARM64 Docker image for those wanting to deploy to AWS ARM64 EC2 instances, ECS or K8s clusters instead of building an image locally and deploying that. For that matter, any major host that supports ARM64 it could be used on.
### Expected Behavior
When using Docker build and running an M1/M2 Mac, a native image would be downloaded. Also, it would support deploy to an ARM64 based EC2/ECS/K8s cluster.
### Use Case
When using Docker build and running an M1/M2 Mac, a native image would be downloaded. Also, it would support deploy to an ARM64 based EC2/ECS/K8s cluster.
### Describe Ideal Solution
No local Docker buildx needed
### Alternatives Considered
_No response_
### Additional Context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.