Skip to content

Commit

Permalink
Update docker image to fix arm build error (zilliztech#984)
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <[email protected]>
  • Loading branch information
cydrain authored Dec 13, 2024
1 parent 91fd937 commit aef09cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/pod/e2e-arm-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
effect: NoSchedule
containers:
- name: main
image: milvusdb/knowhere-cpu-build:arm64-ubuntu22.04-20241209-4e3a54dc
image: milvusdb/knowhere-cpu-build:arm64-ubuntu22.04-20241212-91fd9378
tty: true
args: ["cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/e2e-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
# topologyKey: "kubernetes.io/hostname"
containers:
- name: main
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20241209-4e3a54dc
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20241212-91fd9378
tty: true
args: ["cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/e2e-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
effect: NoSchedule
containers:
- name: main
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20241209-4e3a54dc
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20241212-91fd9378
tty: true
args: ["cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/e2e-sse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
# topologyKey: "kubernetes.io/hostname"
containers:
- name: main
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20241209-4e3a54dc
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20241212-91fd9378
tty: true
args: ["cat"]
resources:
Expand Down

0 comments on commit aef09cb

Please sign in to comment.