Skip to content

Commit df795fb

Browse files
committed
[cicd] add GitHub actions workflow to build libhf3fs_api_shared
1 parent 059a2b9 commit df795fb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-hf3fs-usrbio-rpm.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ jobs:
99
build-rpm:
1010
strategy:
1111
matrix:
12-
os: [ ubuntu-latest ]
12+
os: [ ubuntu-latest, ubuntu-24.04-arm ]
1313
runs-on: ${{ matrix.os }}
14+
permissions:
15+
id-token: write
16+
attestations: write
17+
contents: read
1418
container:
1519
image: ubuntu:20.04
1620
steps:

0 commit comments

Comments
 (0)