mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-05-13 13:58:09 +00:00
Compare commits
3 Commits
9d8cbc506a
...
ca7fc44a06
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca7fc44a06 | ||
|
|
fcd3152d8a | ||
|
|
6bc7671629 |
13
README.md
13
README.md
@ -55,6 +55,19 @@ jobs:
|
|||||||
run: docker run --platform linux/i386 hello-world
|
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
|
## Customizing
|
||||||
|
|
||||||
### inputs
|
### inputs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user