Skip to content

Commit ffec616

Browse files
committed
feat: add support for PowerPC (ppc32) architecture used in IBM SDKs
1 parent 230e44b commit ffec616

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

bin/functions.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ function normalize_arch {
143143
;;
144144
'arm32-vfp-hflt'|'aarch32hf') echo 'arm32-vfp-hflt'
145145
;;
146+
'ppc') echo 'ppc32'
147+
;;
146148
'ppc64') echo 'ppc64'
147149
;;
148150
'ppc64le') echo 'ppc64le'

docs/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ components:
5959
- "aarch64"
6060
- "arm32"
6161
- "arm32-vfp-hflt"
62+
- "ppc32"
6263
- "ppc64"
6364
- "ppc64le"
6465
- "s390"

0 commit comments

Comments
 (0)