Skip to content

Commit 3f2953a

Browse files
committed
Github Actions:
* Add ubuntu 24.04, debian 12, and rockylinux 9 arm64 build jobs.
1 parent 77e525e commit 3f2953a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
btype: release
3131
buser: qfsbuild
3232
runs_on: ubuntu-latest
33+
- distro: ubuntu
34+
ver: 24.04
35+
codecov: no
36+
btype: release
37+
buser: qfsbuild
38+
runs_on: ubuntu-24.04-arm
3339
- distro: ubuntu
3440
ver: 22.04
3541
codecov: no
@@ -84,6 +90,12 @@ jobs:
8490
btype: release
8591
buser: qfsbuild
8692
runs_on: ubuntu-latest
93+
- distro: debian
94+
ver: 12
95+
codecov: no
96+
btype: release
97+
buser: qfsbuild
98+
runs_on: ubuntu-24.04-arm
8799
- distro: debian
88100
ver: 11
89101
codecov: no
@@ -120,6 +132,12 @@ jobs:
120132
btype: release
121133
buser: qfsbuild
122134
runs_on: ubuntu-latest
135+
- distro: rockylinux
136+
ver: 9
137+
codecov: no
138+
btype: release
139+
buser: qfsbuild
140+
runs_on: ubuntu-24.04-arm
123141
- distro: amazonlinux
124142
ver: 2023
125143
codecov: no

0 commit comments

Comments
 (0)