Skip to content

Commit ceffda5

Browse files
committed
correct rpm naming conventions
1 parent de092ff commit ceffda5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if [ "$INSTALL" = "true" ]; then
108108
install_deps_el9
109109
elif [ "$ENV_DISTRO" = "amzn2023" ]; then
110110
echo "installing dependencies for Amazon 2023"
111-
install_deps_redhat-amzn2023
111+
install_deps_amzn2023
112112
elif [ "$ENV_DISTRO" = "debian11" ]; then
113113
echo "installing dependencies for Debian 11"
114114
install_deps_debian11

.github/workflows/build-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-artifacts:
99
strategy:
1010
matrix:
11-
distro: [ debian11, debian12, debian13, ubuntu20.04, ubuntu22.04, ubuntu24.04, redhat-el9, amazon-2023 ] # redhat-el8 disable redhat 8 due to fpm issue
11+
distro: [ debian11, debian12, debian13, ubuntu20.04, ubuntu22.04, ubuntu24.04, el9, amzn2023 ] # el8 disable redhat 8 due to fpm issue
1212
host: [ ubuntu-24.04-arm, ubuntu-24.04 ]
1313
uses: aerospike/shared-workflows/.github/workflows/reusable_execute-build.yaml@0da06cb2182165b125dc219ca2fda09732ca0fa4
1414
with:
@@ -37,7 +37,7 @@ jobs:
3737
sign-artifacts:
3838
strategy:
3939
matrix:
40-
distro: [ debian11, debian12, debian13, ubuntu20.04, ubuntu22.04, ubuntu24.04, redhat-el9, amazon-2023 ] # redhat-el8 disable redhat 8 due to fpm issue
40+
distro: [ debian11, debian12, debian13, ubuntu20.04, ubuntu22.04, ubuntu24.04, el9, amzn2023 ] # el8 disable redhat 8 due to fpm issue
4141
host: [ ubuntu-24.04-arm, ubuntu-24.04 ]
4242
needs: build-artifacts
4343
uses: aerospike/shared-workflows/.github/workflows/reusable_sign-artifacts.yaml@0da06cb2182165b125dc219ca2fda09732ca0fa4 # vn.n.n

0 commit comments

Comments
 (0)