Skip to content
Closed
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
23 changes: 23 additions & 0 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2679,6 +2679,17 @@ buildvariants:
- name: "push"
run_on: rhel80-small

- name: rhel10.0
display_name: RHEL 10.0
run_on:
- rhel10.0-small
tasks:
- name: "dist"
- name: "sign"
run_on: rhel87-small
- name: "push"
run_on: rhel80-small

- name: amazon2023
display_name: Amazon Linux 2023
run_on:
Expand Down Expand Up @@ -2935,6 +2946,18 @@ buildvariants:
- name: "push"
run_on: rhel80-small

- name: rhel10.0-aarch64
display_name: RHEL 10.0 ARM
run_on:
- rhel10.0-arm64-small
stepback: false
tasks:
- name: "dist"
- name: "sign"
run_on: rhel87-small
- name: "push"
run_on: rhel80-small

#######################################
# Power Buildvariants #
#######################################
Expand Down