Skip to content

Commit

Permalink
rectify KERNEL for static builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Sep 15, 2024
1 parent 74bec79 commit 2254c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
run: |
ARCHITECTURE=$(uname -m)
echo "ARCH=$ARCHITECTURE" >> $GITHUB_ENV
KERNEL=$(uname -m)
KERNEL=$(uname -s)
echo "KERNEL=$KERNEL" >> $GITHUB_ENV
echo "REPORT_NAME=report-alpine.xml" >> $GITHUB_ENV
Expand Down

0 comments on commit 2254c2f

Please sign in to comment.