package_build_list_host_linux-aarch64.json 646 B

123456789101112
  1. {
  2. "comment" : "This is the list that applies to linux arm64 hosts",
  3. "comment2" : "build_from_source is package name --> build script to call with params",
  4. "comment3" : "build_from_folder is package name --> folder containing built image of package",
  5. "comment4" : "Note: Build from source occurs before build_from_folder",
  6. "build_from_source": {
  7. "zlib-1.2.11-rev5-linux-aarch64": "Scripts/extras/pull_and_build_from_git.py ../../package-system/zlib --platform-name Linux-aarch64 --clean"
  8. },
  9. "build_from_folder": {
  10. "zlib-1.2.11-rev5-linux-aarch64": "package-system/zlib/temp/zlib-linux-aarch64"
  11. }
  12. }