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

Adding aarch64, s390x and ppc64le to CI #341

Closed
wants to merge 1 commit into from

Conversation

nicrowe00
Copy link
Contributor

@nicrowe00 nicrowe00 commented Feb 9, 2024

Adding aarch64,s390x and ppc64le for fedora

Closes #273

.github/workflows/ci.yml Outdated Show resolved Hide resolved
@omajid
Copy link
Member

omajid commented Feb 9, 2024

Any idea why GitHub Actions didn't run any testing legs for this PR?

Edit: It's probably invalid yaml syntax?

@omajid
Copy link
Member

omajid commented Feb 9, 2024

Thank you for doing this! This would be amazing to have!

@nicrowe00
Copy link
Contributor Author

Any idea why GitHub Actions didn't run any testing legs for this PR?

Edit: It's probably invalid yaml syntax?

Yeah, it was invalid syntax that caused them not to run. Before I pushed the second time with the invalid syntax it was running but the new jobs were failing because the containers wouldn't start. I'll fix the invalid syntax so that the testing legs will run and debug why the containers won't start.

@omajid
Copy link
Member

omajid commented Feb 9, 2024

debug why the containers won't start.

I suspect that GitHub Actions aren't configured to run cross-architectures containers. With podman/docker, you need to use recent versions of the tool and pass special arguments to run cross-architecture contianers using emulators. We probably need to find equivalents (if possible at all) for GitHub Actions.

Adding aarch64,	s390x and ppc64le for alpine and fedora

Closes #273
@tmds
Copy link
Member

tmds commented Feb 12, 2024

using emulator

Probably this is going to be sloooooooooow ... but we can give it a try and see what happens.

@nicrowe00 nicrowe00 closed this Feb 22, 2024
@nicrowe00 nicrowe00 deleted the ci branch February 27, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add arm64, ppc64le and s390x to CI
3 participants