An open API service indexing awesome lists of open source software.

https://github.com/slamdev/bazel-go-showcase


https://github.com/slamdev/bazel-go-showcase

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# bazel-go-showcase

[CI pipeline](https://github.com/slamdev/bazel-go-showcase/actions/workflows/build.yaml) that runs the code with different OSes.

Targeted dev experience:

- Developer on MacOS can run go binary and container image via:

```shell
bazel run //:binary
bazel run //:image
```

- Developer on Linux can run go binary and container image via:

```shell
bazel run //:binary
bazel run //:image
```

Based on https://github.com/gregmagolan/bazel-llvm-cgo-cross-compile-example