commit | f98f1a8d52e5b618a1e7704e0ae6123bc96f1b8d | [log] [tgz] |
---|---|---|
author | Thang Q. Nguyen <thang@os.amperecomputing.com> | Wed Dec 22 01:59:19 2021 +0000 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Jan 04 16:59:01 2022 +0000 |
tree | 51bc393b8f40f45ea96ad65780ba85a5dbd28cde | |
parent | 9a85a04e1f4cdb0c0b1146b38aa9d18c0653a807 [diff] |
Use native docker images for scripts on aarch64 Host OS Commit 051b05b7 support aach64 Host OS to execute scripts. However, it does not set DOCKER_BASE parameter which consequently uses x86_64 docker images instead of arm64v8 image. This commit sets DOCKER_BASE to arm64v8/ to use native docker images. Tested: 1. Set environment variables appropriately and execute scripts. Ensure all docker images loaded successfully and scripts can execute without issue. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I3c09d448dae17f290f2c2fd1d8116167510635b6
Build script for CI jobs in Jenkins.