Compare commits

..

1 Commits

Author SHA1 Message Date
Solomon Jacobs 9d8cbc506a
Merge d11e3282b2 into 29109295f8 2025-02-28 15:08:29 +01:00
1 changed files with 0 additions and 13 deletions

View File

@ -55,19 +55,6 @@ jobs:
run: docker run --platform linux/i386 hello-world
```
> [!NOTE]
> If you are using [`docker/setup-buildx-action`](https://github.com/docker/setup-buildx-action),
> this action should come before it:
>
> ```yaml
> -
> name: Set up QEMU
> uses: docker/setup-qemu-action@v3
> -
> name: Set up Docker Buildx
> uses: docker/setup-buildx-action@v3
> ```
## Customizing
### inputs