Skip to content

Commit

Permalink
chore: Only build for F41 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Dec 27, 2024
1 parent eec5492 commit 28a1a16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile.extra
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
/tmp/build-kmod-zenergy.sh && \
/tmp/build-kmod-evdi.sh \
; fi && \
if [[ "${FEDORA_MAJOR_VERSION}" -ge 41 ]]; then \
/tmp/build-kmod-gpd-fan.sh && \
; fi && \
/tmp/build-kmod-ayaneo-platform.sh && \
/tmp/build-kmod-ayn-platform.sh && \
/tmp/build-kmod-bmi260.sh && \
/tmp/build-kmod-facetimehd.sh && \
/tmp/build-kmod-gcadapter_oc.sh && \
/tmp/build-kmod-gpd-fan.sh && \
/tmp/build-kmod-nct6687d.sh && \
/tmp/build-kmod-rtl8814au.sh && \
/tmp/build-kmod-rtl88xxau.sh && \
Expand Down

0 comments on commit 28a1a16

Please sign in to comment.