Skip to content

Commit

Permalink
Github Actions:
Browse files Browse the repository at this point in the history
* Add ubuntu 24.04, debian 12, and rockylinux 9 arm64 build jobs.
  • Loading branch information
mikeov committed Jan 26, 2025
1 parent 77e525e commit 3f2953a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
btype: release
buser: qfsbuild
runs_on: ubuntu-latest
- distro: ubuntu
ver: 24.04
codecov: no
btype: release
buser: qfsbuild
runs_on: ubuntu-24.04-arm
- distro: ubuntu
ver: 22.04
codecov: no
Expand Down Expand Up @@ -84,6 +90,12 @@ jobs:
btype: release
buser: qfsbuild
runs_on: ubuntu-latest
- distro: debian
ver: 12
codecov: no
btype: release
buser: qfsbuild
runs_on: ubuntu-24.04-arm
- distro: debian
ver: 11
codecov: no
Expand Down Expand Up @@ -120,6 +132,12 @@ jobs:
btype: release
buser: qfsbuild
runs_on: ubuntu-latest
- distro: rockylinux
ver: 9
codecov: no
btype: release
buser: qfsbuild
runs_on: ubuntu-24.04-arm
- distro: amazonlinux
ver: 2023
codecov: no
Expand Down

0 comments on commit 3f2953a

Please sign in to comment.