Skip to content

Commit

Permalink
feat: add a framework specific image (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Jun 18, 2023
1 parent cb0f64d commit 1895cb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1895cb3

Please sign in to comment.