https://github.com/slamdev/bazel-go-showcase
https://github.com/slamdev/bazel-go-showcase
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/slamdev/bazel-go-showcase
- Owner: slamdev
- Created: 2021-12-13T16:51:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T23:45:22.000Z (over 1 year ago)
- Last Synced: 2025-01-29T14:45:06.999Z (about 1 year ago)
- Language: Starlark
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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