Skip to content

Commit 7ab983b

Browse files
authored
Merge pull request #24552 from dvdksn/explicit-arch-line
explicit arch line
2 parents dffb34c + dd8720d commit 7ab983b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/manuals/engine/install/debian.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Docker from the repository.
121121
URIs: {{% param "download-url-base" %}}
122122
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
123123
Components: stable
124+
Architectures: $(dpkg --print-architecture)
124125
Signed-By: /etc/apt/keyrings/docker.asc
125126
EOF
126127

content/manuals/engine/install/ubuntu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ Docker from the repository.
137137
URIs: {{% param "download-url-base" %}}
138138
Suites: $(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}")
139139
Components: stable
140+
Architectures: $(dpkg --print-architecture)
140141
Signed-By: /etc/apt/keyrings/docker.asc
141142
EOF
142143

0 commit comments

Comments
 (0)