mirror of
https://gitee.com/actions-mirror/docker-setup-qemu-action
synced 2025-04-20 07:00:56 +08:00
Compare commits
No commits in common. "master" and "v3.6.0" have entirely different histories.
13
README.md
13
README.md
@ -35,19 +35,6 @@ jobs:
|
|||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!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