${{ runner.arch }}
x64
* If the user does not specify the `arch` input, default to `${{ runner.arch }}` (instead of defaulting to `x64`) * Add a CI workflow that tests the default arch (i.e. tests what happens when the user does not specify the `arch` input)