Skip to content

Commit

Permalink
-update kernel
Browse files Browse the repository at this point in the history
-fix typo
  • Loading branch information
elgabo86 committed Dec 25, 2024
1 parent ab8204b commit 7b43ae9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gablue-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
MY_IMAGE_NAME: "gablue-main" # the name of the image produced by this build, matches repo names
MY_IMAGE_DESC: "Gablue main image"
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
KERNEL_VER: "6.12.6-202.bazzite.fc41.x86_64"
KERNEL_VER: "6.12.6-203.bazzite.fc41.x86_64"

jobs:
build_push:
Expand Down
2 changes: 1 addition & 1 deletion Containerfile-main
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG SOURCE_TAG="41"
ARG FEDORA_MAJOR_VERSION="41"
ARG KERNEL_TYPE="bazzite"
ARG KERNEL_TYPE_NAME="bazzite"
ARG KERNEL_VERSION="6.12.6-202"
ARG KERNEL_VERSION="6.12.6-203"

# Import main packages
FROM ghcr.io/ublue-os/${KERNEL_TYPE}-kernel:${KERNEL_VERSION}.${KERNEL_TYPE_NAME}.fc${FEDORA_MAJOR_VERSION}.x86_64 AS kernel
Expand Down
2 changes: 1 addition & 1 deletion files/system/all/usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ pyenv-setup:

# Update pyenv
pyenv-update:
#!/usr/bin/bashh
#!/usr/bin/bash
git -C ~/.pyenv pull &&
echo "ALL DONE!!!"

Expand Down

0 comments on commit 7b43ae9

Please sign in to comment.