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

Build action runner for .NET 8 (ppc64le and s390x) #26

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

rahulssv-ibm
Copy link
Contributor

@rahulssv-ibm rahulssv-ibm commented Oct 29, 2024

Build action runner for .NET 8 (ppc64le and s390x)

  • .github/workflows/build.yml
    • Use ubuntu-24.10-s390x, ubuntu-22.04-ppc64le
  • build-files/build-image.sh
    • Replace patch file dotnet 8 sdk version with current installed dotnet 8 sdk version
  • build-files/runner-sdk-8.patch
    • Combined patch for s390x/ppc64le using .NET 8 for latest release of runner v2.320.0
  • setup-build-env.sh
    • Added select_ubuntu_version based on architecture
    • Added installing-packages.sh to install additional packages required to run workflows
    • Added the list of supported packages on ppc64le/s390x for ubuntu:22.04

    - Use ubuntu-24.10-s390x, ubuntu-22.10-ppc64le
- build-files/build-image.sh
    - Replace patch file dotnet 8 sdk version with current installed dotnet 8 sdk version
- build-files/runner-sdk-8.patch
    - Combined patch for s390x/ppc64le using .NET 8 for latest release of runner v2.320.0
- setup-build-env.sh
    - Added select_ubuntu_version based on architecture
    - Added installing-packages.sh to install additional packages required to run workflows
    - Added the list of supported packages on ppc64le/s390x for ubuntu:22.04
@anup-kodlekere anup-kodlekere merged commit 8dcbf85 into anup-kodlekere:main Oct 30, 2024
1 check failed
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.

2 participants