Skip to content

Commit

Permalink
add rocky9
Browse files Browse the repository at this point in the history
  • Loading branch information
alonre24 committed Oct 25, 2023
1 parent 387232a commit 168f0bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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
6 changes: 4 additions & 2 deletions .github/workflows/common-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ 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:
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 @@ -55,6 +55,7 @@ then
;;
esac
else
echo ${OS_NICK}
declare -A LINUX_OSNICKS=(
["rocky_linux8.8"]="rhel8"
["centos_linux7"]="rhel7"
Expand Down

0 comments on commit 168f0bc

Please sign in to comment.