Skip to content

Commit 0e14834

Browse files
authored
fix typos in binfmt_version description (#386)
1 parent d86f04d commit 0e14834

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/commands/build_and_push_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ parameters:
223223
default: qemu-v7.0.0-28
224224
description: |
225225
The version to use for binfmt image.
226-
The binfmt image is used to emulate multiple arquitectures when building multiplatform images.
226+
The binfmt image is used to emulate multiple architectures when building multiplatform images.
227227
Defaults to qemu-v7.0.0-28, change only if you know what you are doing.
228228
See https://hub.docker.com/r/tonistiigi/binfmt for details.
229229

src/commands/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ parameters:
111111
default: qemu-v7.0.0-28
112112
description: |
113113
The version to use for binfmt image.
114-
The binfmt image is used to emulate multiple arquitectures when building multiplatform images.
114+
The binfmt image is used to emulate multiple architectures when building multiplatform images.
115115
Defaults to qemu-v7.0.0-28, change only if you know what you are doing.
116116
See https://hub.docker.com/r/tonistiigi/binfmt for details.
117117
steps:

src/jobs/build_and_push_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ parameters:
228228
default: qemu-v7.0.0-28
229229
description: |
230230
The version to use for binfmt image.
231-
The binfmt image is used to emulate multiple arquitectures when building multiplatform images.
231+
The binfmt image is used to emulate multiple architectures when building multiplatform images.
232232
Defaults to qemu-v7.0.0-28, change only if you know what you are doing.
233233
See https://hub.docker.com/r/tonistiigi/binfmt for details.
234234

0 commit comments

Comments
 (0)