google-java-format_linux-x86-64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./google-java-format_linux-x86-64)

I'm using our cool new native build in a GitHub Codespace for the first time, and it unfortunately fails, like this:

./google-java-format_linux-x86-64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./google-java-format_linux-x86-64)

From what I understand, the simplest solution for this which may be best in this context could be to statically link libc?

I'm guessing GraalVM Native can be asked to build it like so - but I don't immediately know how - what to add here...

... @dlicois / @natros / @fmeum do you happen to know how to do this? Fancy contributing a PR to fix this? 😄

@cushon FYI