jolly-painter-65388
11/22/2021, 6:40 PMBUILD
go_binary(
name = "bin",
)
docker_image(
name = "image",
dependencies = [":bin"],
)
Dockerfile
FROM alpine:3.11
ENTRYPOINT ["/bin/greeter_en"]
COPY cmd.greeter_en/bin /bin/greeter_en
on MacOS the image will have MacOS binaryhundreds-father-404
11/22/2021, 6:41 PMjolly-painter-65388
11/22/2021, 6:43 PMnumpy
) will have the same issue too.hundreds-father-404
11/22/2021, 6:49 PMgo_binary
, that'd be really helpful to include - even if it's only pointing out the parts you don't like about Go's supportjolly-painter-65388
11/22/2021, 6:59 PMplatform
attribute for pex_binary
. Thank you for pointing it out. I'll open an issue.