We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdc5d7 commit 839cd73Copy full SHA for 839cd73
packaging/build.sh
@@ -74,7 +74,8 @@ FLB_TD=${FLB_TD:-Off}
74
# This is provided for simplifying the build pipeline
75
FLB_UNICODE_ENCODER=${FLB_UNICODE_ENCODER:-On}
76
77
-if [ "${FLB_DISTRO}" = "centos/6" ] || [ "${FLB_DISTRO}" = "centos/7" ]; then
+if [ "${FLB_DISTRO}" = "centos/6" ] || [ "${FLB_DISTRO}" = "centos/7" ] ||
78
+ [ "${FLB_DISTRO}" = "centos/7.arm64v8" ]; then
79
FLB_UNICODE_ENCODER=Off
80
fi
81
0 commit comments