Skip to content

Commit 059a2b9

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

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77

88
jobs:
99
build-rpm:
10-
runs-on: ubuntu-latest
10+
strategy:
11+
matrix:
12+
os: [ ubuntu-latest ]
13+
runs-on: ${{ matrix.os }}
1114
container:
1215
image: ubuntu:20.04
1316
steps:

open_source/package/build-hf3fs-usrbio-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ popd || exit 1
4646

4747

4848
pushd /tmp/hf3fs-rpm-build/ || exit 1
49-
rpmbuild --define "_topdir /tmp/hf3fs-rpm-build/" -bb /tmp/hf3fs-rpm-build/SPECS/rpm.spec
49+
rpmbuild --define "_topdir /tmp/hf3fs-rpm-build/" -bb /tmp/hf3fs-rpm-build/SPECS/hf3fs-usrbio.spec
5050
popd || exit 1

0 commit comments

Comments
 (0)