Skip to content

Commit

Permalink
Merge pull request #95 from ggtakec/fix_fedora38
Browse files Browse the repository at this point in the history
Fixed ostypevars.sh for packaging fedora/38
  • Loading branch information
ggtakec authored Oct 27, 2023
2 parents e659a69 + 71e415f commit ea28e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ostypevars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ elif [ "${CI_OSTYPE}" = "centos:7" ] || [ "${CI_OSTYPE}" = "centos:centos7" ]; t
IS_OS_CENTOS=1

elif [ "${CI_OSTYPE}" = "fedora:38" ]; then
DIST_TAG="fedora/37"
DIST_TAG="fedora/38"
INSTALL_PKG_LIST="git autoconf automake gcc gcc-c++ gdb make libtool pkgconfig redhat-rpm-config rpm-build ruby-devel rubygems procps libfullock-devel nss-devel"
INSTALLER_BIN="dnf"
UPDATE_CMD="update"
Expand Down

0 comments on commit ea28e8e

Please sign in to comment.