mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 18:35:30 +00:00
fix: Derive Surface and ASUS images from main
kernel-fsync supports both Surface and ASUS devices OOTB
This commit is contained in:
parent
9d305db537
commit
78f4ba2ef9
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -84,6 +84,12 @@ jobs:
|
||||
DESKTOP="-gnome"
|
||||
fi
|
||||
|
||||
if [[ "${{ matrix.base_image_flavor }}" == "framework" ]]; then
|
||||
echo "BASE_IMAGE_FLAVOR=framework" >> $GITHUB_ENV
|
||||
else
|
||||
echo "BASE_IMAGE_FLAVOR=main" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
if [[ "${{ matrix.base_name }}" == "bazzite-nvidia" ]]; then
|
||||
if [[ "${{ matrix.base_image_flavor }}" == "main" ]]; then
|
||||
echo "IMAGE_FLAVOR=nvidia" >> $GITHUB_ENV
|
||||
@ -207,7 +213,7 @@ jobs:
|
||||
IMAGE_FLAVOR=${{ env.IMAGE_FLAVOR }}
|
||||
IMAGE_VENDOR=${{ github.repository_owner }}
|
||||
BASE_IMAGE_NAME=${{ matrix.base_image_name }}
|
||||
BASE_IMAGE_FLAVOR=${{ matrix.base_image_flavor }}
|
||||
BASE_IMAGE_FLAVOR=${{ env.BASE_IMAGE_FLAVOR }}
|
||||
FEDORA_MAJOR_VERSION=${{ matrix.major_version }}
|
||||
AKMODS_FLAVOR=${{ env.AKMODS_FLAVOR }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user