Skip to content

Commit

Permalink
Merge pull request #8 from RedisLabsModules/add_rocky9
Browse files Browse the repository at this point in the history
add rocky9
  • Loading branch information
alonre24 authored Oct 25, 2023
2 parents 387232a + 0b68637 commit d85e45a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# if: ${{ inputs.deploy }}
run: ./zip.sh
- name: Upload artifact
if: ${{ inputs.deploy }}
# if: ${{ inputs.deploy }}
uses: actions/upload-artifact@v3
with:
name: RedisStackStub
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/common-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,16 @@ jobs:
- os: "amazonlinux:2"
osnick: "amazonlinux"
- os: "rockylinux:8"
osnick: "rockylinux"
osnick: "rockylinux8"
- os: "rockylinux:9"
osnick: "rockylinux9"
secrets: inherit
uses: ./.github/workflows/common-container.yml
with:
container: ${{ matrix.os }}
os-nickname: ${{ matrix.osnick }}
deploy: ${{ inputs.deploy }}
dependencies_command: 'yum install make gcc tar gzip curl python3 python3-devel zip -y'
dependencies_command: 'yum install make gcc tar gzip python3 python3-devel zip -y'

yum-flavors-arm:
strategy:
Expand All @@ -65,7 +67,7 @@ jobs:
- os: "amazonlinux:2"
osnick: "amazonlinux"
- os: "rockylinux:8"
osnick: "rockylinux"
osnick: "rockylinux8"
secrets: inherit
uses: ./.github/workflows/self-hosted-arm.yml
with:
Expand Down
1 change: 1 addition & 0 deletions zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ then
esac
else
declare -A LINUX_OSNICKS=(
["rocky_linux9.2"]="rhel9"
["rocky_linux8.8"]="rhel8"
["centos_linux7"]="rhel7"
["ubuntu18.04"]="ubuntu18.04"
Expand Down

0 comments on commit d85e45a

Please sign in to comment.