We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230e44b commit ffec616Copy full SHA for ffec616
bin/functions.bash
@@ -143,6 +143,8 @@ function normalize_arch {
143
;;
144
'arm32-vfp-hflt'|'aarch32hf') echo 'arm32-vfp-hflt'
145
146
+ 'ppc') echo 'ppc32'
147
+ ;;
148
'ppc64') echo 'ppc64'
149
150
'ppc64le') echo 'ppc64le'
docs/openapi.yaml
@@ -59,6 +59,7 @@ components:
59
- "aarch64"
60
- "arm32"
61
- "arm32-vfp-hflt"
62
+ - "ppc32"
63
- "ppc64"
64
- "ppc64le"
65
- "s390"
0 commit comments