Skip to content

Commit

Permalink
Add Ubuntu 24.10 and Fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Nov 30, 2024
1 parent c34ce22 commit 7249ee4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ jobs:
- dockerImage: x86_64
linuxVersion: noble
dockerName: Ubuntu 24.04 LTS (x86_64)
platform: linux
platform: linux
- dockerImage: x86_64
linuxVersion: oracular
dockerName: Ubuntu 24.10 (x86_64)
platform: linux
- dockerImage: arm-32bit-armv6l
linuxVersion: bullseye
dockerName: Debian Bullseye (ARM 32-bit Raspberry Pi OS)
Expand All @@ -58,8 +62,8 @@ jobs:
dockerName: Debian Bookworm (ARM 64-bit Raspberry Pi OS)
platform: rpi
- dockerImage: x86_64
linuxVersion: Fedora_40
dockerName: Fedora 40 (x86_64)
linuxVersion: Fedora_41
dockerName: Fedora 41 (x86_64)
platform: linux
- dockerImage: x86_64
linuxVersion: ArchLinux
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/upload-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,17 @@ jobs:
platform: linux
niceName: Ubuntu 24.04 LTS
- dockerImage: x86_64
linuxVersion: Fedora_40
dockerName: Fedora 40 (x86_64)
linuxVersion: oracular
dockerName: Ubuntu 24.10 (x86_64)
arch: amd64
platform: linux
niceName: Fedora 40
niceName: Ubuntu 24.10
- dockerImage: x86_64
linuxVersion: Fedora_41
dockerName: Fedora 41 (x86_64)
arch: amd64
platform: linux
niceName: Fedora 41

steps:
# checkout
Expand Down

0 comments on commit 7249ee4

Please sign in to comment.