Skip to content

Commit

Permalink
Fix rpm for el9 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
i3149 authored Sep 15, 2023
1 parent 5cc2818 commit 694e143
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,37 @@ jobs:
release: 7
pkg: rpm
pkg_name: el
image: centos
image: centos:7
- distro: centos
release: 8
pkg: rpm
pkg_name: el
image: centos
image: centos:8
- distro: ubi9
release: 9.2
release: 9
pkg: rpm
pkg_name: el
image: redhat/ubi9
image: redhat/ubi9:9.2

- distro: ubuntu
release: focal
pkg: deb
pkg_name: ubuntu
image: ubuntu
image: ubuntu:focal
- distro: ubuntu
release: jammy
pkg: deb
pkg_name: ubuntu
image: ubuntu
image: ubuntu:jammy

- distro: debian
release: bullseye
pkg: deb
pkg_name: debian
image: debian
image: debian:bullseye

container:
image: ${{ matrix.image }}:${{ matrix.release }}
image: ${{ matrix.image }}

steps:
- name: Checkout code
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
fi
elif [ "${{ matrix.distro }}" = "ubi9" ]
then
yum install -y make gcc diffutils libpcap-devel
yum install -y make gcc diffutils libpcap-devel ruby-devel gcc-c++ redhat-rpm-config
else
apt-get update
apt-get -y install make libpcap-dev ca-certificates build-essential curl ruby ruby-dev
Expand Down

0 comments on commit 694e143

Please sign in to comment.