mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-04-29 04:34:25 +00:00
Merge pull request #246 from crazy-max/update-readme
Some checks failed
ci / default (push) Has been cancelled
ci / main (tonistiigi/binfmt:latest, all) (push) Has been cancelled
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Has been cancelled
ci / main (tonistiigi/binfmt:master, all) (push) Has been cancelled
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Has been cancelled
ci / error (push) Has been cancelled
ci / cache-image (false) (push) Has been cancelled
ci / cache-image (true) (push) Has been cancelled
ci / version (tonistiigi/binfmt:latest) (push) Has been cancelled
ci / version (tonistiigi/binfmt:master) (push) Has been cancelled
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Has been cancelled
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
Some checks failed
ci / default (push) Has been cancelled
ci / main (tonistiigi/binfmt:latest, all) (push) Has been cancelled
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Has been cancelled
ci / main (tonistiigi/binfmt:master, all) (push) Has been cancelled
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Has been cancelled
ci / error (push) Has been cancelled
ci / cache-image (false) (push) Has been cancelled
ci / cache-image (true) (push) Has been cancelled
ci / version (tonistiigi/binfmt:latest) (push) Has been cancelled
ci / version (tonistiigi/binfmt:master) (push) Has been cancelled
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Has been cancelled
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
readme: update to v4
This commit is contained in:
commit
72cd565084
1 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v4
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|
@ -42,10 +42,10 @@ jobs:
|
||||||
> ```yaml
|
> ```yaml
|
||||||
> -
|
> -
|
||||||
> name: Set up QEMU
|
> name: Set up QEMU
|
||||||
> uses: docker/setup-qemu-action@v3
|
> uses: docker/setup-qemu-action@v4
|
||||||
> -
|
> -
|
||||||
> name: Set up Docker Buildx
|
> name: Set up Docker Buildx
|
||||||
> uses: docker/setup-buildx-action@v3
|
> uses: docker/setup-buildx-action@v4
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
## Customizing
|
## Customizing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue