We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d2ffb commit 968dbbeCopy full SHA for 968dbbe
CONTRIBUTING.md
@@ -95,7 +95,7 @@ This command would do the following:
95
96
Installer in the new image would also be updated - it would point to the new release:
97
```
98
-$ oc adm release extract '--command-os=/usr/bin/openshift-install' --to=quay.io/vrutkovs/okd-release:4.4-updated-prometheus
+$ oc adm release extract --command='/usr/bin/openshift-install' --command-os=linux/arm64 quay.io/vrutkovs/okd-release:4.4-updated-prometheus
99
100
This installer would now use this release as a source of truth - and use Prometheus v2.17.1 pulling it from Dockerhub.
101
0 commit comments