Changes
Page history
service/ci: document i386 and x86 tags
authored
Jun 19, 2024
by
Jérôme Charaoui
Hide whitespace changes
Inline
Side-by-side
service/ci.md
View page @
87100695
...
@@ -605,6 +605,7 @@ We currently use the following tags:
...
@@ -605,6 +605,7 @@ We currently use the following tags:
*
**architecture**
:
*
**architecture**
:
*
`amd64`
: popular
[
64-bit Intel/AMD architecture
](
https://en.wikipedia.org/wiki/X86-64
)
(
equivalents:
`x86_64`
and
`x86-64`
)
*
`amd64`
: popular
[
64-bit Intel/AMD architecture
](
https://en.wikipedia.org/wiki/X86-64
)
(
equivalents:
`x86_64`
and
`x86-64`
)
*
`aarch64`
: the
[
64-bit ARM extension
](
https://en.wikipedia.org/wiki/AArch64
)
(
equivalents:
`arm64`
and
`arm64-v8a`
)
*
`aarch64`
: the
[
64-bit ARM extension
](
https://en.wikipedia.org/wiki/AArch64
)
(
equivalents:
`arm64`
and
`arm64-v8a`
)
*
`i386`
:
[
32-bit Intel/AMD architecture
](
https://en.wikipedia.org/wiki/I386
)
(
equivalents:
`x86`
)
*
`ppc64le`
:
[
IBM Power architecture
](
https://en.wikipedia.org/wiki/Ppc64
)
*
`ppc64le`
:
[
IBM Power architecture
](
https://en.wikipedia.org/wiki/Ppc64
)
*
`s390x`
:
[
Linux on IBM Z architecture
](
https://en.wikipedia.org/wiki/Linux_on_IBM_Z
)
*
`s390x`
:
[
Linux on IBM Z architecture
](
https://en.wikipedia.org/wiki/Linux_on_IBM_Z
)
*
**OS**
:
`linux`
is usually implicit but other tags might eventually
*
**OS**
:
`linux`
is usually implicit but other tags might eventually
...
...
...
...