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

Commit

Permalink
fix: unpine coreos kernel
Browse files Browse the repository at this point in the history
Unpin 6.11.3 for downstream images
  • Loading branch information
castrojo authored Dec 8, 2024
1 parent 89d9c6c commit 0d0170e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ jobs:
coreos_kernel () {
coreos_version=${1}
image_linux=$(skopeo inspect docker://quay.io/fedora/fedora-coreos:${coreos_version} | jq -r '.Labels["ostree.linux"]')
# Gross Pin... But workaround coreos-stable being on a broken kernel...
if [[ "${{ matrix.kernel_flavor }}" == "coreos-stable" ]]; then
image_linux="6.11.3-300.fc41.x86_64"
fi
major_minor_patch=$(echo $image_linux | grep -oP '^\d+\.\d+\.\d+')
kernel_rel_part=$(echo $image_linux | grep -oP '^\d+\.\d+\.\d+\-\K([123][0]{2})')
arch=$(echo $image_linux | grep -oP 'fc\d+\.\K.*$')
Expand Down

0 comments on commit 0d0170e

Please sign in to comment.