Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 of 9 tasks
vielmetti opened this issue Feb 5, 2018 · 1 comment

Comments

@vielmetti
Copy link

vielmetti commented Feb 5, 2018

See vielmetti/sisyphus#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

  • build for amd64
  • build for arm64
  • build for armhf
  • test on amd64/faas-netes
  • test on arm64/faas-netes
  • test on armhf
  • build multiarch image vielmetti/sisyphus:latest with manifest
  • add to store
  • write up blog
@vielmetti
Copy link
Author

Add to this: build with @drone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant