To replicate this on a Mac (with an Arm processor)... - Install chomp via npm - Create this chompfile.toml: ``` [[task]] name = 'uname' run = 'uname -sm' ``` - then run `chomp uname` you'll see: `Darwin x86_64` rather than the expected `Darwin arm64`