Percona DB 5.7 - APT packages (Debian 9/Stretch) - No i386 build?

Good morning,

I can see that APT packages for Percona DB 5.7 were added lately for Debian 9/Stretch. However, there is no build for the i386 architecture. Is its normal and if yes, could you provide us the reasons?

Thank you for your time.

[url]Added: Support for Percona DB 5.7 -- Debian 9/Stretch (amd64 architec… · i-MSCP/imscp@8c3f753 · GitHub

I am having this issue too. There are no packages built for stretch/i386 whereas for every other distro there is an i386 build available.

Tried to dpkg-buildpackage it from source and got this:


[ 39%] Building CXX object storage/rocksdb/CMakeFiles/ldb.dir/rocksdb/util/build_version.cc.o
/home/absh/percona/percona-server-5.7-5.7.20-19/storage/rocksdb/rocksdb/util/build_version.cc:6:42: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
const char* rocksdb_build_compile_date = __DATE__;
^~~~~~~~
cc1plus: all warnings being treated as errors
storage/rocksdb/CMakeFiles/ldb.dir/build.make:3110: recipe for target 'storage/rocksdb/CMakeFiles/ldb.dir/rocksdb/util/build_version.cc.o' failed
make[4]: *** [storage/rocksdb/CMakeFiles/ldb.dir/rocksdb/util/build_version.cc.o] Error 1

Any ideas?