diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee630f4f632..eb4bfd7c4c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: image_flavor: [main, nvidia] - base_name: [bluefin, bluefin-dx] + base_name: [bluefin, bluefin-dx, bluefin-framework] major_version: [37, 38] include: - major_version: 37 diff --git a/Containerfile b/Containerfile index 7796334a4ad..403be8e7cfc 100644 --- a/Containerfile +++ b/Containerfile @@ -86,3 +86,13 @@ RUN rm -f /etc/yum.repos.d/fedora-cisco-openh264.repo RUN rm -rf /tmp/* /var/* RUN ostree container commit + +# Image for Framework laptops +FROM bluefin-dx as bluefin-framework + +RUN rpm-ostree install tlp tlp-rdw +RUN rpm-ostree override remove power-profiles-daemon +RUN systemctl enable tlp + +RUN rm -rf /tmp/* /var/* +RUN ostree container commit