Skip to content

Commit 44b50f3

Browse files
- Image build correction.
1 parent 9117661 commit 44b50f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,9 +1436,6 @@ jobs:
14361436
then
14371437
PUSH_IMAGE_REQUIRED="true"
14381438
fi
1439-
if [ "${{ matrix.platform }}" == "linux/arm64" ] && [ "${PUSH_IMAGE_REQUIRED}" = "false" ]; then
1440-
BUILD_IMAGE_REQUIRED="false"
1441-
fi
14421439
{
14431440
echo "IMAGE_PLATFORM_SAN=$( sed 's/\//_/g' <<< '${{ matrix.platform }}' )";
14441441
echo "PUSH_IMAGE_REQUIRED=${PUSH_IMAGE_REQUIRED}";

0 commit comments

Comments
 (0)