test 32bit app on 64bit container

This commit is contained in:
Your Name 2021-07-14 06:04:46 +00:00
parent b1433fbfb6
commit ac11365c4d
4 changed files with 10 additions and 0 deletions

10
test32bit/Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM ubuntu:20.04
RUN dpkg --add-architecture i386
RUN apt-get update && \
apt-get install -y libc6:i386 libncurses5:i386 libstdc++6:i386 sudo
COPY bytecode_builtins_list_generator .
COPY gen-regexp-special-case .
COPY torque .
ENTRYPOINT ["bash"]

Binary file not shown.

BIN
test32bit/gen-regexp-special-case Executable file

Binary file not shown.

BIN
test32bit/torque Executable file

Binary file not shown.