Skip to content

Commit

Permalink
Update to F40
Browse files Browse the repository at this point in the history
  • Loading branch information
fossrob committed Apr 26, 2024
1 parent 6d9903e commit 2a87957
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
os:
- fedora-kmods
version:
- 39
- 40

steps:
- name: Checkout repository
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- fedora-custom
- fedora-silverblue
version:
- 39
- 40

container:
image: quay.io/fedora/fedora-minimal:${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.fedora-kmods
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FEDORA_VERSION=${FEDORA_VERSION:-39}
ARG FEDORA_VERSION=${FEDORA_VERSION:-40}

FROM quay.io/fedora/fedora-minimal:${FEDORA_VERSION} AS build

Expand Down
8 changes: 4 additions & 4 deletions fedora-custom.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
releasever: 39
releasever: 40
basearch: x86_64

repos:
- fedora
- fedora-updates
# - fedora-updates-testing # remove after fedora 39 stable launch
# - fedora-updates-testing # remove after stable launch
- fedora-cisco-openh264
- rpmfusion-free
- rpmfusion-free-updates
# - rpmfusion-free-updates-testing # remove after fedora 39 stable launch
# - rpmfusion-free-updates-testing # remove after stable launch
- rpmfusion-nonfree
- rpmfusion-nonfree-updates
# - rpmfusion-nonfree-updates-testing # remove after fedora 39 stable launch
# - rpmfusion-nonfree-updates-testing # remove after stable launch
- tailscale-stable

recommends: true
Expand Down
2 changes: 1 addition & 1 deletion fedora-minimal.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
releasever: 39
releasever: 40
basearch: x86_64

repos:
Expand Down
8 changes: 4 additions & 4 deletions fedora-silverblue.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
automatic-version-prefix: "39"
automatic-version-prefix: "40"
basearch: x86_64
mutate-os-release: "39"
ref: fedora/39/x86_64/silverblue
releasever: 39
mutate-os-release: "40"
ref: fedora/40/x86_64/silverblue
releasever: 40

repos:
- fedora
Expand Down

0 comments on commit 2a87957

Please sign in to comment.