Skip to content

Commit fcd3152

Browse files
authored
Merge pull request #207 from crazy-max/note-setup-buildx
readme: note about usage with setup-buildx-action
2 parents 2910929 + 6bc7671 commit fcd3152

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,19 @@ jobs:
3535
uses: docker/setup-qemu-action@v3
3636
```
3737
38+
> [!NOTE]
39+
> If you are using [`docker/setup-buildx-action`](https://github.com/docker/setup-buildx-action),
40+
> this action should come before it:
41+
>
42+
> ```yaml
43+
> -
44+
> name: Set up QEMU
45+
> uses: docker/setup-qemu-action@v3
46+
> -
47+
> name: Set up Docker Buildx
48+
> uses: docker/setup-buildx-action@v3
49+
> ```
50+
3851
## Customizing
3952

4053
### inputs

0 commit comments

Comments
 (0)