Skip to content

An npm install of chomp on an arm64 mac runs commands as if it were x86_64! #184

@jollytoad

Description

@jollytoad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions