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

Commit

Permalink
fix: enable all builds (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept authored Sep 9, 2023
1 parent 83535b3 commit fdc3f5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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]
base_name: [framework]
base_image_name: [silverblue, kinoite]
base_image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate]
major_version: [37, 38]
include:
- major_version: 37
Expand Down Expand Up @@ -119,7 +119,6 @@ jobs:
tags: |
${{ steps.generate-tags.outputs.alias_tags }}
build-args: |
IMAGE_NAME=${{ env.IMAGE_NAME }}
IMAGE_FLAVOR=${{ matrix.image_flavor }}
BASE_IMAGE_NAME=${{ matrix.base_image_name }}
FEDORA_MAJOR_VERSION=${{ matrix.major_version }}
Expand Down

0 comments on commit fdc3f5d

Please sign in to comment.