go
go copied to clipboard
rules_docker targets
Hey, thats actually a question and not an issue. I see that you are using gazelle to generate BUILD files. By default it generates go_binary
target. What about go_image
, container_image
and eventually container_push
? These targets you had to write manually, is that correct?