flow icon indicating copy to clipboard operation
flow copied to clipboard

Ability to feedback input values to a sub-flow like a function

Open andrewdavidmackenzie opened this issue 1 year ago • 3 comments

this works for functions, but not sure it will work reliably for inputs to a sub-flow (which will in fact go to a function)

andrewdavidmackenzie avatar Sep 16 '22 11:09 andrewdavidmackenzie

Hey @zoobab,

Thanks for you PR. How do you plan to use this Dockerfile ?

I would prefer having the "build" part in the Makefile and just use a minimal OS for the Docker image. Like a FROM scratch or something. But all depend on how you are planning to use this Dockerfile :)

Pryz avatar Dec 17 '18 17:12 Pryz

The goal is to have a way to build a release in a pretty reproductible way.

Right now, I am building a binary for Linux, tell me if I need to add some steps to cross-compile binaries for other platforms.

Github has a crappy way to make a binary releases (upload a file from the dev laptop). So at least if 2 people can run the same ./build.sh and obtain the same md5sum of the output binaries, I am already happy.

zoobab avatar Dec 18 '18 12:12 zoobab

Tell me if I need to cross-compile for other platforms (darwin_amd64, windows_amd64), or even ARM...

zoobab avatar Dec 18 '18 12:12 zoobab