Skip to content

Commit

Permalink
feat: try F40
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Mar 28, 2024
1 parent 93e2a4a commit 3b0b970
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:
base_image_flavor: [main]
base_name: [bazzite]
base_image_name: [kinoite]
major_version: [39]
major_version: [39, 40]
include:
- major_version: 39
is_latest_version: true
is_stable_version: true
- major_version: 40
is_latest_version: false
is_stable_version: false
steps:
- name: Verify base image
uses: EyeCantCU/cosign-action/verify@v0.2.2
Expand Down

0 comments on commit 3b0b970

Please sign in to comment.