This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 7f3476fd7059b3c91d8253993681746234055e1b Author: Andrew Luo <[email protected]> AuthorDate: Thu Jan 13 17:05:35 2022 -0800 fix missing - with _ --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 24a5621..bb70e39 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ ci_gpu = "tlcpackstaging/ci_gpu:20220112-000102-d1ee20191" ci_cpu = "tlcpack/ci-cpu:v0.80" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" -ci_qemu = "tlcpackstaging/ci-qemu:20220112-000102-d1ee20191" +ci_qemu = "tlcpackstaging/ci_qemu:20220112-000102-d1ee20191" ci_arm = "tlcpack/ci-arm:v0.06" // <--- End of regex-scanned config.
