This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/freeze-dependencies in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 72eaf97d48a41c908493e5ff7418a8820cd9243b Author: Andrew Reusch <[email protected]> AuthorDate: Thu May 12 17:07:32 2022 -0700 fixup! Rename arm to aarch64, add bootstrap requirements. --- jenkins/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/generate.py b/jenkins/generate.py index 002bd64bdf..ad06948e40 100644 --- a/jenkins/generate.py +++ b/jenkins/generate.py @@ -34,7 +34,7 @@ data = { "images": [ { "name": "ci_arm", - "arch": "arm64", + "arch": "aarch64", "platform": "ARM", }, {
