Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): Build ASUS, Framework, and Surface here #532

Merged
merged 2 commits into from
Sep 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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