Skip to content

Commit

Permalink
fix verify armhf
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
vvoland committed Sep 4, 2024
1 parent b59cd3e commit 60cf597
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
export IMAGE=${{ inputs.image }}
export ARCH=${{ inputs.arch }}
if [ "$ARCH" == "armhf" ]; then
export VERIFY_PLATFORM=--platform linux/arm/v7
fi
make verify
-
Expand Down

0 comments on commit 60cf597

Please sign in to comment.