wasi-master / 13ft

My own custom 12ft.io replacement
https://13ft.wasimaster.me
MIT License
2.64k stars 139 forks source link

[FEAT]: ARM support #13

Closed jbonadiman closed 8 months ago

jbonadiman commented 8 months ago

Description

Raising this to ask for ARM support in the images in docker hub. I don't know exactly how you are uploading the image artifacts to docker hub, but I do know that using github actions is a matter of using the matrix strategy to build to different archs

Additional Information

No response

wasi-master commented 8 months ago

I am a bit busy at the moment and don't really have the time to implement this. Any help is appreciated to make the process easier somehow.

jbonadiman commented 8 months ago

I am a bit busy at the moment and don't really have the time to implement this. Any help is appreciated to make the process easier somehow.

Since you said you were a bit busy, I took the freedom to create a PR implementing a CI/CD pipeline with multi-arch: #15. I already tested against my account/instance and it seems to be working fine. Hope you like it, and I'm open to suggestions on how to improve it.

wasi-master commented 8 months ago

@jbonadiman Thank you very much ❤️. Your help is greatly appreciated.