You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
setup-qemu-action/dist
Chocobo1 084b720a90
Trim off spaces in `platform` string
This allows users to specify platform in a more humane way, for example:
```yaml
env:
  # equals to `linux/amd64, linux/arm/v6`
  platforms: >
    linux/amd64,
    linux/arm/v6

- uses: docker/setup-qemu-action@v2
  with:
    platforms: ${{ env.PLATFORMS }}
```

Signed-off-by: Chocobo1 <Chocobo1@users.noreply.github.com>
3 years ago
..
index.js Trim off spaces in `platform` string 3 years ago
index.js.map Trim off spaces in `platform` string 3 years ago
licenses.txt Update generated content 3 years ago
sourcemap-register.js chore: update dev dependencies and workflow 4 years ago