Skip to content

Commit

Permalink
feat(ci): Enable Nvidia ASUS and Surface images (#537)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge O. Castro <jorge.castro@gmail.com>
  • Loading branch information
EyeCantCU and castrojo committed Sep 30, 2023
1 parent 115c51f commit e07237e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image_flavor: [main, nvidia, asus, framework, surface]
image_flavor: [main, nvidia, asus, asus-nvidia, framework, surface, surface-nvidia]
base_name: [bluefin, bluefin-dx]
major_version: [38, 39]
include:
Expand All @@ -32,6 +32,8 @@ jobs:
exclude:
- image_flavor: surface
major_version: 39
- image_flavor: surface-nvidia
major_version: 39
steps:
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v4
Expand Down

0 comments on commit e07237e

Please sign in to comment.