Compare commits
1 Commits
ca7fc44a06
...
9d8cbc506a
Author | SHA1 | Date |
---|---|---|
|
9d8cbc506a |
13
README.md
13
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue