User Experience for the CLIs

Cross compiling tonight for the armv7 gave me this error – again

  Compiling object v0.30.3
   Compiling color-spantrace v0.2.0
   Compiling clap_derive v3.2.25
   Compiling sn_testnet v0.1.5 (/project/sn_testnet)
   Compiling clap v4.2.7
error: failed to run custom build command for `sn_testnet v0.1.5 (/project/sn_testnet)`

Caused by:
  process didn't exit successfully: `/target/release/build/sn_testnet-90e6b21b0658eb45/build-script-build` (exit status: 1)
  --- stderr
  /target/release/build/sn_testnet-90e6b21b0658eb45/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /target/release/build/sn_testnet-90e6b21b0658eb45/build-script-build)
  /target/release/build/sn_testnet-90e6b21b0658eb45/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /target/release/build/sn_testnet-90e6b21b0658eb45/build-script-build)
  /target/release/build/sn_testnet-90e6b21b0658eb45/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /target/release/build/sn_testnet-90e6b21b0658eb45/build-script-build)
  /target/release/build/sn_testnet-90e6b21b0658eb45/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /target/release/build/sn_testnet-90e6b21b0658eb45/build-script-build)
warning: build failed, waiting for other jobs to finish...

Couple of nights ago I worked round this with rustup update - thanks @happybeing DiskNet [May 16th Testnet 2023] **Now Offline** - #23 by happybeing

However that did not work tonight.
I doubt testnet was ever seriously considered to run on armv7 hardware anyway.

Can I get cargo to only build me safe and safenode for the arm7?
#TooLazyToRTFM