devforth / spa-to-http

Lightweight zero-configuration SPA HTTP server. Serves SPA bundle on HTTP port so it plays well with Traefik out of the box. Compatible with Vue.js, React and Angular
MIT License
110 stars 8 forks source link

linux/arm64/v8 support / possibilities #8

Closed jplacht closed 1 year ago

jplacht commented 1 year ago

Hello and first: Thanks for this great way to serve SPA.

We're currently in the process of switching to a server on linux/arm64/v8 which is not supported by spa-to-http. Is there any way for us to change the Dockerfile to allow spa-to-http run on ARM hardware?

Many thanks Jan

ivictbor commented 1 year ago

Hey @jplacht , thanks for your feedback, built 1.0.4, now all builds will have ARM support image

(Actually it was done in https://github.com/devforth/spa-to-http/pull/7, we just forgot to rebuild)

jplacht commented 1 year ago

Fantastic, thank you - saved my day, @ivictbor!