chore(ci): Disable Bazzite Deck Nvidia images for now (#131)

Currently Nvidia GPUs don't support gamescope-session very well, making these images hard to justify. To be reverted when gamescope-session actually supports Nvidia cards well enough
This commit is contained in:
RJ Trujillo 2023-08-09 21:10:23 -06:00 committed by GitHub
parent d282211f4b
commit b02ec6c53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,9 @@ jobs:
- major_version: 38
is_latest_version: true
is_stable_version: true
exclude:
- base_name: bazzite-deck
image_flavor: nvidia
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action