You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: create a docker environment for flux release (#2514)
This patch adds the start of a Dockerfile to be used for releasing flux,
complete with cross compilers for all triples except
`x86_64-apple-darwin` and `x86_64-pc-windows-gnu`, which require a bit
more setup.
The intent here is to start with the Dockerfile, add support for using
`pkg-config` (and ditching `flux-config`), and being able to build flux,
including `libflux`, for any architecture by invoking `go build`. This
docker image will be used similar to `Dockerfile_build` is converted
into `quay.io/influxdb/flux-build`.
0 commit comments