We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59cd3e commit 60cf597Copy full SHA for 60cf597
1 file changed
.github/workflows/.nightly.yml
@@ -91,6 +91,10 @@ jobs:
91
export IMAGE=${{ inputs.image }}
92
export ARCH=${{ inputs.arch }}
93
94
+ if [ "$ARCH" == "armhf" ]; then
95
+ export VERIFY_PLATFORM=--platform linux/arm/v7
96
+ fi
97
+
98
make verify
99
100
-
0 commit comments