
10 Dec
2024
10 Dec
'24
3:22 p.m.
On Tue, 10 Dec 2024, 10:41 Alexander Grund,
Am 09.12.24 um 20:29 schrieb Ruben Perez:
Does using ubuntu-latest as host OS and ubuntu 16.04 as container not work? Unfortunately not. Seems I forgot to mention this clarification:
The action will run inside the container with the Node binary mounted from the host OS. That Node (version 20) is built against a newer glibc than available inside the Ubuntu 16/18 container.
So using the Node from an even newer OS makes the problem worse as it might have used/require an even newer glibc.
I see. Thanks for your detailed explanation.