Skip to content

Commit

Permalink
Update docker image to fix arm build error
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <[email protected]>
  • Loading branch information
cydrain committed Dec 12, 2024
1 parent dea48e3 commit 6620a48
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-dea48e36
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-dea48e36
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-dea48e36
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-dea48e36
tty: true
args: ["cat"]
resources:
Expand Down

0 comments on commit 6620a48

Please sign in to comment.