amberframework / amber

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
https://amberframework.org
MIT License
2.57k stars 204 forks source link

fix: support multiple architecture docker images #1356

Closed drujensen closed 8 months ago

drujensen commented 8 months ago

Description of the Change

This replaces the crystallang base image with 84codes to add support for arm64 chips.

Alternate Designs

Continue to use the crystallang base image

Benefits

Support for systems like apple silicon, windows for arm64, raspberry pi, AWS Graviton instances

Possible Drawbacks

Creates a dependency on 84codes repositories