support loong64 platform.

In Golang, the GOARCH defined for loongarch64 is loong64.

Related links:
	https://github.com/golang/go/issues/46229
	https://github.com/golang/go/issues/65398

Change-Id: Idd99c006e8c069f5936654bfafcccf4168f51876
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/5334945
Reviewed-by: Chan Li <chanli@chromium.org>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
NOKEYCHECK=True
GitOrigin-RevId: 7ba2d0f66455e3f145ee765210adfa2d3a6515b9
1 file changed
tree: f9b56eb3755c675da0c4e1ea706408e1216ed474
  1. libs/
  2. tests/
  3. third_party/
  4. utils/
  5. .gitignore
  6. auth.py
  7. cipd.py
  8. errors.py
  9. LICENSE
  10. local_caching.py
  11. LUCI_CONTEXT.md
  12. OWNERS
  13. PRESUBMIT.py
  14. README.md
  15. README.py
  16. run_isolated.py
  17. swarming.py
  18. test.py
  19. unittest.cfg
  20. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.