Trying to demonstrate cross compiling a simple Linux OCI image from an Arm Mac.
Run the build with the system's toolchain:
bazel build //pkgs/foo-app
Load and run the tarball:
docker load --input "$(bazel cquery //pkgs/foo-app --output=files)"
docker run bazel-nodejs-cross-compilation:latest