Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
✨ feat: bump to Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deplayer committed Nov 8, 2023
1 parent 6190fdb commit 6b16906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
permissions:
contents: write
container:
image: fedora:38
image: fedora:39
options: --privileged
steps:
- uses: actions/checkout@v4
- name: Generate ISO
uses: ublue-os/isogenerator@main
uses: ublue-os/isogenerator@v2.2.0
id: isogenerator
with:
image-name: ${{ github.event.repository.name }}
installer-repo: releases
installer-major-version: 38
installer-major-version: 39
boot-menu-path: boot_menu.yml
- name: install github CLI
run: |
Expand Down
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ! The ARGs have default values, but changing those !
# ! does nothing if the image is built in the cloud. !

ARG IMAGE_MAJOR_VERSION="${IMAGE_MAJOR_VERSION:-38}"
ARG IMAGE_MAJOR_VERSION="${IMAGE_MAJOR_VERSION:-39}"
ARG BASE_IMAGE_URL=ghcr.io/ublue-os/silverblue-main

FROM ${BASE_IMAGE_URL}:${IMAGE_MAJOR_VERSION}

ARG IMAGE_MAJOR_VERSION="${IMAGE_MAJOR_VERSION:-38}"
ARG IMAGE_MAJOR_VERSION="${IMAGE_MAJOR_VERSION:-39}"

ARG RECIPE=silverflow-nvidia.yml

Expand Down

0 comments on commit 6b16906

Please sign in to comment.