Skip to content

Commit 60cf597

Browse files
committed
fix verify armhf
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent b59cd3e commit 60cf597

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/.nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
export IMAGE=${{ inputs.image }}
9292
export ARCH=${{ inputs.arch }}
9393
94+
if [ "$ARCH" == "armhf" ]; then
95+
export VERIFY_PLATFORM=--platform linux/arm/v7
96+
fi
97+
9498
make verify
9599
96100
-

0 commit comments

Comments
 (0)