-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[minor] Support ppc64le architecture #21
base: stable
Are you sure you want to change the base?
Conversation
Verified if there is no regression cause by these changes. tested in s390x cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, the build is failing because the W3_USERNAME env var hasn't been registered in the workflow files where it's needed
e.g. like we have here for these ones:
env:
ARTIFACTORY_TOKEN: ${{ secrets.ARTIFACTORY_TOKEN }}
QUAYIO_USERNAME: ${{ secrets.QUAYIO_USERNAME }}
QUAYIO_PASSWORD: ${{ secrets.QUAYIO_PASSWORD }}
README.md
Outdated
| `mongodump` v100.10.0 | ✔️ | ✔️ | ✔️ | ✔️ | | ||
| `oc` | ✔️ | ✔️ | ✔️ | ✔️ | | ||
| `oc mirror` | ✔️ | ✔️ | ✔️ | ✔️ | | ||
| `oc ibm-pak` v1.16.2 | ✔️ | ✔️ | ✔️ | * Plug-in container-service is not supported | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this just needs to be the red X, or it will break the table formatting
|
||
ARTIFACTORY_URL = "https://na.artifactory.swg-devops.com/artifactory/wiotp-generic-local/dependencies/wheels/s390x" | ||
W3_USERNAME, ARTIFACTORY_TOKEN = "[email protected]", os.environ["ARTIFACTORY_TOKEN"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still have username hardcoded
Changes to support architecture power ppc64le