test 32bit app on 64bit container
This commit is contained in:
parent
b1433fbfb6
commit
ac11365c4d
10
test32bit/Dockerfile
Normal file
10
test32bit/Dockerfile
Normal 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"]
|
BIN
test32bit/bytecode_builtins_list_generator
Executable file
BIN
test32bit/bytecode_builtins_list_generator
Executable file
Binary file not shown.
BIN
test32bit/gen-regexp-special-case
Executable file
BIN
test32bit/gen-regexp-special-case
Executable file
Binary file not shown.
BIN
test32bit/torque
Executable file
BIN
test32bit/torque
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user