mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
use centos repo for eln
This commit is contained in:
parent
31d7556bff
commit
6b151a8b6f
2 changed files with 21 additions and 1 deletions
3
.github/workflows/build_iso.yml
vendored
3
.github/workflows/build_iso.yml
vendored
|
|
@ -111,7 +111,8 @@ jobs:
|
|||
image_name: ${{ env.IMAGE_NAME }}
|
||||
image_repo: ${{ env.IMAGE_REPO}}
|
||||
image_tag: ${{ matrix.version }}
|
||||
version: ${{ matrix.version == 'eln' && '39' || matrix.version }}
|
||||
version: ${{ matrix.version == 'eln' && '9' || matrix.version }}
|
||||
repos: ${{ matrix.version == 'eln' && 'repos/centos.srepo' || '' }}
|
||||
variant: ${{ needs.load_vars.outputs.VARIANT }}
|
||||
flatpak_remote_refs: ${{ matrix.flatpaks == 'flatpak_refs' && needs.load_vars.outputs.FLATPAK_REMOTE_REFS || '' }}
|
||||
flatpak_remote_refs_dir: ${{ matrix.flatpaks == 'flatpak_refs_dir' && needs.load_vars.outputs.FLATPAK_REMOTE_REFS_DIR || '' }}
|
||||
|
|
|
|||
19
repos/centos.srepo
Normal file
19
repos/centos.srepo
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[baseos]
|
||||
name=CentOS Stream $releasever - BaseOS
|
||||
metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=x86_64&protocol=https,http
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||
gpgcheck=0
|
||||
repo_gpgcheck=0
|
||||
metadata_expire=6h
|
||||
countme=1
|
||||
enabled=1
|
||||
|
||||
[appstream]
|
||||
name=CentOS Stream $releasever - AppStream
|
||||
metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-9-stream&arch=x86_64&protocol=https,http
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||
gpgcheck=0
|
||||
repo_gpgcheck=0
|
||||
metadata_expire=6h
|
||||
countme=1
|
||||
enabled=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue