Skip to content

Commit 9a2b09a

Browse files
authored
ci: dedupe the docker run params builder
1 parent 085521b commit 9a2b09a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ jobs:
346346
console.log('PLATFORM=linux/ppc64le')
347347
} else if ('${{ matrix.target }}'.startsWith('s390x')) {
348348
console.log('PLATFORM=linux/s390x')
349-
} else if ('${{ matrix.target }}'.startsWith('powerpc64le')) {
350-
console.log('PLATFORM=linux/ppc64le')
351349
} else {
352350
console.log('PLATFORM=linux/amd64')
353351
}

0 commit comments

Comments
 (0)