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 #22

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

nealef
Copy link
Contributor

@nealef nealef commented Oct 27, 2024

Build action runner for .NET 8

  • .github/workflows/build.yml

    • Use ubuntu 24:10
  • Dockerfile.almalinux

    • Use combined runner patch
    • Always use SDK 8
  • Dockerfile.ubuntu

    • Use 24:10 and SDK 8
  • build-files/build-image.sh

    • Remove RPM download and conversion
  • build-files/convert-rpm.sh

    • No longer needed - deleted
  • build-files/runner-sdk-8.patch

    • Combined patch for s390x/ppc64le using .NET 8
  • build-files/runner-s390x.patch build-files/runner-ppc64le.patch

    • Replaced by combined patch - deleted
  • build-selfhosted.sh

    • Use SDK 8
    • Remove opensuse as a build option
  • setup-build-env.sh

    • Use Ubuntu 24:10
    • Use combined patch

* .github/workflows/build.yml
  - Use ubuntu 24:10
  - Add sdk8 branch

* Dockerfile.almalinux
  - Use combined runner patch
  - Always use SDK 8

* Dockerfile.ubuntu
  - Use 24:10 and SDK 8

* build-files/build-image.sh
  - Remove RPM download and conversion

* build-files/convert-rpm.sh
  - No longer needed - deleted

* build-files/runner-sdk-8.patch
  - Combined patch for s390x/ppc64le using .NET 8

* build-files/runner-s390x.patch
  build-files/runner-ppc64le.patch
  - Replaced by combined patch - deleted

* build-selfhosted.sh
  - Use SDK 8
  - Remove opensuse as a build option

* setup-build-env.sh
  - Use Ubuntu 24:10
  - Use combined patch
Copy link
Owner

@anup-kodlekere anup-kodlekere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@anup-kodlekere anup-kodlekere merged commit ef40b12 into anup-kodlekere:main Oct 28, 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