github-authorized-keys
github-authorized-keys copied to clipboard
ARM64 build of new releases
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