openfaas / golang-http-template

Golang templates for OpenFaaS using HTTP extensions
https://www.openfaas.com/
MIT License
106 stars 57 forks source link

Add multi-arch support, with fallback to current behaviour #47

Closed alexellis closed 4 years ago

alexellis commented 4 years ago

Task

Add multi-arch support, with fallback to current behaviour

Update the existing Dockerfiles as per: https://github.com/alexellis/multiarch-templates/blob/master/template/go-multiarch/Dockerfile

Testing instructions

Test as per: https://github.com/alexellis/multiarch-templates

And make sure that faas-cli up still works without any multi-arch considerations.

utsavanand2 commented 4 years ago

I would love to take a go at this

alexellis commented 4 years ago

Please do. You should just need to copy and paste from the example above.

utsavanand2 commented 4 years ago

@alexellis PR #48 addresses this issue