Skip to content

Commit

Permalink
fix: only build framework for -dx for now (#277)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ceppi <marco@ceppi.net>
  • Loading branch information
castrojo and marcoceppi committed Jun 18, 2023
1 parent 1895cb3 commit 25091ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
fail-fast: false
matrix:
image_flavor: [main, nvidia]
base_name: [bluefin, bluefin-dx, bluefin-framework]
base_name: [bluefin, bluefin-dx, bluefin-dx-framework]
exclude:
- base_name: bluefin-dx-framework
image_flavor: nvidia
major_version: [37, 38]
include:
- major_version: 37
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN rm -rf /tmp/* /var/*
RUN ostree container commit

# Image for Framework laptops
FROM bluefin-dx as bluefin-framework
FROM bluefin-dx as bluefin-dx-framework

RUN rpm-ostree install tlp tlp-rdw
RUN rpm-ostree override remove power-profiles-daemon
Expand Down

0 comments on commit 25091ae

Please sign in to comment.