| commit | 41f177cb5e9347e6a490bf50d02d89595e7f65a2 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Fri Dec 11 16:18:52 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Fri Dec 11 16:18:52 2020 +0400 |
| tree | bf2f7f20c7b4796d4c341d85b37c2ab727311a67 | |
| parent | 4a58aa6995498cecb2f48e7a011f4c27fd47625f [diff] |
bazel: make linux_amd64 default platform (might have to move it next to individual projects later)
diff --git a/.bazelrc b/.bazelrc new file mode 100644 index 0000000..e505d5c --- /dev/null +++ b/.bazelrc
@@ -0,0 +1 @@ +build --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64