Skip to content

Commit 685dda2

Browse files
authored
Fix typo in multiarch build configuration for PPC architecture (#1200)
Signed-off-by: Sophie Shen <syc_libra@live.cn>
1 parent e34f46d commit 685dda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipeline-config-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ tasks:
171171
runtimeClassName: x86-xlarge
172172
runAfter:
173173
- code-build-amd64
174-
- code-build-ppc
174+
- code-build-ppc64le
175175
- code-build-s390
176176
include:
177177
- dind

0 commit comments

Comments
 (0)