Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
feat(ci): Enable Bluefin (DX)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Sep 20, 2023
1 parent 20902c5 commit 6968fac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
image_flavor: [-main, -nvidia]
base_name: [surface]
base_image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate, bazzite, bazzite-gnome]
base_image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate, bazzite, bazzite-gnome, bluefin, bluefin-dx]
major_version: [38]
include:
- major_version: 38
Expand All @@ -44,7 +44,8 @@ jobs:
- name: Matrix Variables
run: |
echo "BASE_IMAGE_NAME=${{ matrix.base_image_name }}" >> $GITHUB_ENV
if ! [[ "${{ matrix.base_image_name }}" =~ "bazzite" && "${{ matrix.image_flavor }}" =~ "main" ]]; then
if ! [[ "${{ matrix.base_image_name }}" =~ "bazzite" && "${{ matrix.image_flavor }}" =~ "main" ]] && \
! [[ "${{ matrix.base_image_name }}" =~ "bluefin" && "${{ matrix.image_flavor }}" =~ "main" ]]; then
echo "IMAGE_FLAVOR=${{ matrix.image_flavor }}" >> $GITHUB_ENV
fi
if [[ "${{ matrix.image_flavor }}" =~ "main" ]]; then
Expand Down

0 comments on commit 6968fac

Please sign in to comment.