verless / verless

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ARM Docker images

dominikbraun opened this issue · comments

Since Apple M1, people are talking about ARM - and so should we :-)

verless needs support for ARM-based Docker images distributed within the CD process. There are some ways to accomplish this, including:

  • Download and install buildx as a step in the CD pipeline and cross-build the ARM image
  • Use a CircleCI Orb for that task
  • Or: Spin up an ARM-based VM in the pipeline and build the image natively. Whether this makes sense depends on the support and stability of buildx.