Skip to content

Commit

Permalink
armsr/armv8: release all kernel module
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <admin@cooluc.com>
  • Loading branch information
sbwml committed May 29, 2024
1 parent 18bc3d0 commit a350b6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set release env
run: |
echo WORKDIR="/builder" >> "$GITHUB_ENV"
if [[ ${{ matrix.model }} != "nanopi-r4s" ]] && [[ ${{ matrix.model }} != "armv8" ]]; then
if [[ ${{ matrix.model }} != "nanopi-r4s" ]]; then
echo "release_kmod=true" >> "$GITHUB_ENV"
fi
if [ "${{ matrix.model }}" = "nanopi-r5s" ]; then
Expand All @@ -52,6 +52,8 @@ jobs:
echo "kmod_repo=kmod-x86_64" >> "$GITHUB_ENV"
elif [ "${{ matrix.model }}" = "netgear_r8500" ]; then
echo "kmod_repo=kmod-bcm53xx" >> "$GITHUB_ENV"
elif [ "${{ matrix.model }}" = "armv8" ]; then
echo "kmod_repo=kmod-armsr-armv8" >> "$GITHUB_ENV"
fi
- name: Free disk space
Expand Down

0 comments on commit a350b6d

Please sign in to comment.