Installers for RHEL 8.8 and RHEL 8.9 (#334)

* Installers for RHEL 8.8 and RHEL 8.9

- RHEL 8.8: Supports ROCm 5.6, 5.7, 6.0
- RHEL 8.9: Supports ROCm 6.0

* Update build-docker.sh

- fix PERL_REPO for OpenSUSE

* Update some workflows to use Node.js 20

* Fix Dockerfile.opensuse*
This commit is contained in:
Jonathan R. Madsen
2024-04-01 13:31:10 -05:00
committed by GitHub
parent b1e5c356aa
commit 1df597e049
13 changed files with 77 additions and 113 deletions
+3 -3
View File
@@ -56,7 +56,7 @@ jobs:
build-type: 'Release'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure Env
shell: bash
@@ -136,7 +136,7 @@ jobs:
- name: CTest Artifacts
if: failure()
continue-on-error: True
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ctest-${{ github.job }}-${{ strategy.job-index }}-log
path: |
@@ -145,7 +145,7 @@ jobs:
- name: Data Artifacts
if: failure()
continue-on-error: True
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: data-${{ github.job }}-${{ strategy.job-index }}-files
path: |