Skip to content

Commit

Permalink
fix(ci): adopt centos 8 to fix rpm release failures
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed May 14, 2024
1 parent 97ac3c4 commit a7ca51d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-final.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ jobs:
contents: read

container:
image: centos:7
image: centos:8

steps:
- name: Install deps
run: |
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum -y install unzip createrepo_c git
cd /tmp
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
Expand Down

0 comments on commit a7ca51d

Please sign in to comment.