mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
test: fedora 40
This commit is contained in:
parent
89fd26d3a1
commit
5cc8cf8e11
2 changed files with 4 additions and 4 deletions
6
.github/workflows/iso.yml
vendored
6
.github/workflows/iso.yml
vendored
|
|
@ -37,7 +37,7 @@ on:
|
||||||
env:
|
env:
|
||||||
IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '39' }}
|
IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '39' }}
|
||||||
IMAGE_ARCH: ${{ github.event.inputs.IMAGE_ARCH || 'x86_64' }}
|
IMAGE_ARCH: ${{ github.event.inputs.IMAGE_ARCH || 'x86_64' }}
|
||||||
IMAGE_NAME: ${{ github.event.inputs.IMAGE_NAME || 'base-main' }}
|
IMAGE_NAME: ${{ github.event.inputs.IMAGE_NAME || 'silverblue-main' }}
|
||||||
IMAGE_REPO: ${{ github.event.inputs.IMAGE_REPO || 'ghcr.io/ublue-os' }}
|
IMAGE_REPO: ${{ github.event.inputs.IMAGE_REPO || 'ghcr.io/ublue-os' }}
|
||||||
VARIANT: ${{ github.event.inputs.VARIANT || 'Silverblue' }}
|
VARIANT: ${{ github.event.inputs.VARIANT || 'Silverblue' }}
|
||||||
CURR_REPO: ${{ github.event.inputs.BUILD_REPO || github.repository }}
|
CURR_REPO: ${{ github.event.inputs.BUILD_REPO || github.repository }}
|
||||||
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
build-and-push-iso:
|
build-and-push-iso:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: fedora:39
|
image: fedora:40
|
||||||
options: "--privileged"
|
options: "--privileged"
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
@ -104,4 +104,4 @@ jobs:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 0
|
retention-days: 0
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -23,7 +23,7 @@ boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.
|
||||||
--isfinal --buildarch=$(arch) --volid=$(image_name)-$(arch)-$(version) \
|
--isfinal --buildarch=$(arch) --volid=$(image_name)-$(arch)-$(version) \
|
||||||
$(lorax_args) \
|
$(lorax_args) \
|
||||||
--rootfs-size 3 \
|
--rootfs-size 3 \
|
||||||
--repo /etc/yum.repos.d/fedora.repo \
|
--repo /etc/yum.repos.d/fedora-rawhide.repo \
|
||||||
--repo /etc/yum.repos.d/fedora-updates.repo \
|
--repo /etc/yum.repos.d/fedora-updates.repo \
|
||||||
--add-template $(base_dir)/lorax_templates/set_installer.tmpl \
|
--add-template $(base_dir)/lorax_templates/set_installer.tmpl \
|
||||||
--add-template $(base_dir)/lorax_templates/configure_upgrades.tmpl \
|
--add-template $(base_dir)/lorax_templates/configure_upgrades.tmpl \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue