Skip to content

Commit c8d405c

Browse files
authored
ci(release): smoke test rpm artifacts on fedora (#1558)
Signed-off-by: Piotr Mlocek <pmlocek@nvidia.com>
1 parent f0f17bf commit c8d405c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-tag.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -730,16 +730,16 @@ jobs:
730730
artifact_arch: arm64
731731
rpm_arch: aarch64
732732
target: aarch64-unknown-linux-gnu
733-
- name: rhel9-rpm
733+
- name: fedora-rpm
734734
runner: linux-amd64-cpu8
735-
image: rockylinux:9
735+
image: fedora:latest
736736
kind: rpm
737737
artifact_arch: amd64
738738
rpm_arch: x86_64
739739
target: x86_64-unknown-linux-gnu
740-
- name: rhel9-rpm-aarch64
740+
- name: fedora-rpm-aarch64
741741
runner: linux-arm64-cpu8
742-
image: rockylinux:9
742+
image: fedora:latest
743743
kind: rpm
744744
artifact_arch: arm64
745745
rpm_arch: aarch64

0 commit comments

Comments
 (0)