Skip to content

Commit dd8720d

Browse files
committed
engine: add explicit Architecture to ubuntu/debian install instructions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 8c5f75f commit dd8720d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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)