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

HPCC-32732 Include 24.04 builds for 9.10+ #19418

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-24.04
Copy link
Member

Choose a reason for hiding this comment

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

Should this have a name? Same for 22.04?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No. The 'name' is a way for us to label the builds so we can tell at a glance what special flags are turned on in the github actions' job tab. Anything that doesn't have a special name like LN, k8, or a combination of the two is a standard platform build.

- os: ubuntu-24.04
name: k8s
container: true
- os: ubuntu-22.04
- os: ubuntu-22.04
name: k8s
Expand All @@ -100,6 +104,10 @@ jobs:
name: k8s
container: true
- os: rockylinux-8
- os: ubuntu-24.04
name: LN k8s
ln: true
container: true
- os: ubuntu-22.04
name: LN k8s
ln: true
Expand All @@ -109,9 +117,15 @@ jobs:
name: LN k8s
ln: true
container: true
- os: ubuntu-24.04
name: LN
ln: true
- os: ubuntu-22.04
name: LN
ln: true
- os: ubuntu-24.04
name: Enterprise
ee: true
- os: ubuntu-22.04
name: Enterprise
ee: true
Expand Down
Loading