openfaas / store

Official Function and Template Store for OpenFaaS
MIT License
162 stars 56 forks source link

[wip] "sisyphus", to illustrate a single function that works across stores of all architectures #22

Open vielmetti opened 6 years ago

vielmetti commented 6 years ago

See https://github.com/vielmetti/sisyphus/issues/6 , work in progress to build a single simple OpenFaaS function that's multi-architecture and builds across multiple architectures from a simple Makefile and from a single Dockerfile.

Not ready to merge yet, but if you want to try it out,

faas-cli deploy --image vielmetti/sisyphus:amd64 --name sisyphus

should work on amd64 (x86_64) systems right now

vielmetti commented 5 years ago

Add to this: build with @drone