Skip to content

Commit 2fb49c4

Browse files
- Image build correction.
1 parent 3d5edf9 commit 2fb49c4

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
@@ -1287,9 +1287,6 @@ jobs:
12871287
then
12881288
PUSH_IMAGE_REQUIRED="true"
12891289
fi
1290-
if [ "${{ matrix.platform }}" == "linux/arm64" ] && [ "${PUSH_IMAGE_REQUIRED}" = "false" ]; then
1291-
BUILD_IMAGE_REQUIRED="false"
1292-
fi
12931290
{
12941291
echo "IMAGE_PLATFORM_SAN=$( sed 's/\//_/g' <<< '${{ matrix.platform }}' )";
12951292
echo "PUSH_IMAGE_REQUIRED=${PUSH_IMAGE_REQUIRED}";

0 commit comments

Comments
 (0)