Skip to content

Commit

Permalink
chore: update to 41
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgamulo committed Nov 19, 2024
1 parent 1b7158f commit dfffa4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
image_name: ${{ env.MY_IMAGE_NAME}}
image_repo: ${{ env.IMAGE_REGISTRY}}
image_tag: ${{ steps.generate_iso_tag.outputs.tag }}
version: 40
version: 41
variant: Kinoite
secure_boot_key_url: 'https://github.com/ublue-os/bazzite/raw/main/secure_boot.der'
enrollment_password: 'universalblue'
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG IMAGE_FLAVOR="${IMAGE_FLAVOR:-main}"
ARG KERNEL_FLAVOR="${KERNEL_FLAVOR:-fsync}"
ARG IMAGE_BRANCH="${IMAGE_BRANCH:-main}"
ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-kinoite}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-40}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-41}"
ARG VERSION_TAG="${VERSION_TAG}"
ARG VERSION_PRETTY="${VERSION_PRETTY}"

Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-iso image_tag="latest":
IMAGE_NAME="quantumqat" \
IMAGE_TAG={{image_tag}} \
VARIANT="Kinoite" \
VERSION="40" \
VERSION="41" \
SECURE_BOOT_KEY_URL="https://github.com/ublue-os/bazzite/raw/main/secure_boot.der" \
ENROLLMENT_PASSWORD="universalblue" \
ISO_NAME="/build-container-installer/build/quantumqat.iso" \
Expand Down
2 changes: 1 addition & 1 deletion system_files/usr/libexec/containerbuild/image-info
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ $IMAGE_BRANCH_NORMALIZED == "main" ]]; then
fi

case "$FEDORA_MAJOR_VERSION" in
39|40)
40|41)
IMAGE_TAG="stable"
;;
*)
Expand Down

0 comments on commit dfffa4c

Please sign in to comment.