Skip to content
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

Add multiarch support for test image #732

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mkralik3
Copy link
Collaborator

@mkralik3 mkralik3 commented Aug 21, 2024

  • Added support for multiarch
docker buildx create --use --platform linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
docker buildx build --push --platform linux/amd64,linux/arm64,linux/ppc64le,linux/s390x --tag quay.io/maistra/maistra-test-tool:2.6_multi .

Copy link

openshift-ci bot commented Aug 21, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci bot added the size/S label Aug 21, 2024
@mkralik3 mkralik3 force-pushed the multiArch branch 2 times, most recently from 80cdd01 to 0088a32 Compare August 26, 2024 09:48
@openshift-ci openshift-ci bot added size/M and removed size/S labels Aug 26, 2024
@mkralik3 mkralik3 requested a review from FilipB August 26, 2024 10:07
@mkralik3 mkralik3 marked this pull request as ready for review August 26, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant