gollvm builder imageUse cafxx/gollvm as your base image: the go command is on the PATH and maps to gollvm
FROM cafxx/gollvm
RUN go get <go-package-import>
RUN go build -gogccflags="-static" <go-package-import>
gollvm does not have stable releases yet; this image is built from the head of master of both LLVM and gollvm.gollvm-minimal instead.Content type
Image
Digest
Size
478.7 MB
Last updated
almost 8 years ago
docker pull cafxx/gollvm