You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 976 B

123456789101112131415161718192021222324252627282930
  1. # `/scripts`
  2. ## Supported platforms
  3. - Linux x86_64 (linux_amd64) : 64-bit Linux for most desktop and server systems.
  4. - Windows x86_64 (windows_amd64) : 64-bit version for most Windows operating systems.
  5. - macOS x86_64 (darwin_amd64) : 64-bit version for Apple Macintosh computers.
  6. - Linux ARM64 (linux_arm64) : For ARM-based 64-bit Linux systems such as Raspberry Pi 4 and Jetson Nano.
  7. - Linux s390x (linux_s390x) : 64-bit Linux for IBM System z hosts.
  8. - Linux MIPS64 (linux_mips64) : 64-bit Linux for MIPS architecture.
  9. - Linux MIPS64LE (linux_mips64le) : Suitable for 64-bit Linux systems with little endian MIPS architecture.
  10. ## examples
  11. Scripts to perform various build, install, analysis, etc operations.
  12. These scripts keep the root level Makefile small and simple.
  13. Examples:
  14. * https://github.com/kubernetes/helm/tree/master/scripts
  15. * https://github.com/cockroachdb/cockroach/tree/master/scripts
  16. * https://github.com/hashicorp/terraform/tree/master/scripts