Skip to content

Commit 616c15b

Browse files
committed
[EXPERIMENTAL] gh-actions: Install /tools/bpf/resolve_btfids in ARM64 too
Signed-off-by: Yang Jeong Hun <[email protected]>
1 parent 48269ae commit 616c15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
if [ ${{ matrix.arch }} == "x86" ]
7979
then
8080
install -Dt "$addon_path/tools/objtool" tools/objtool/objtool
81-
install -Dt "$addon_path/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
8281
fi
82+
install -Dt "$addon_path/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
8383
cp -t "$addon_path" -a include
8484
if [ ${{ matrix.arch }} == "x86" ]
8585
then

0 commit comments

Comments
 (0)