Skip to content

Commit a005e28

Browse files
committed
Use CMAKE_BUILD_TYPE=MinSizeRel on aarch64 manylinux2014
1 parent 8ab93db commit a005e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function build_libavif {
113113

114114
if [ -n "$IS_MACOS" ]; then
115115
lto=OFF
116-
elif [[ "$MB_ML_VER" == 2014 ]]; then
116+
elif [[ "$MB_ML_VER" == 2014 ]] && [[ "$PLAT" == "x86_64" ]]; then
117117
build_type=Release
118118
fi
119119

0 commit comments

Comments
 (0)