Skip to content

Commit

Permalink
fix(ci): Build ASUS, Framework, and Surface here (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Sep 28, 2023
1 parent a5073bd commit 0efd22e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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, nokmods, nvidia]
image_flavor: [main, nvidia, asus, framework, surface]
base_name: [bluefin, bluefin-dx]
major_version: [38, 39]
include:
Expand All @@ -29,6 +29,9 @@ jobs:
- major_version: 39
is_latest_version: true
is_stable_version: false
exclude:
- image_flavor: surface
major_version: 39
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down

0 comments on commit 0efd22e

Please sign in to comment.