docker: add arm64 mirroring
At the moment, the "ensure-docker" role is broken due to the fact that we're not mirroring the Docker upstream repositories for that architecture. This patch adds "arm64" to the list of architectures for Focal, but it purposely ignored Xenial and Bionic as those are older distros that are likely not using arm64 (or they would have noticed it was broken!) Change-Id: I33d62dc13fa786c15b352c012f9798348d09b8b0
This commit is contained in:
parent
89b04fe45b
commit
748090b7ab
@ -2,6 +2,6 @@ Name: debian-docker
|
|||||||
Method: https://download.docker.com/linux/ubuntu/
|
Method: https://download.docker.com/linux/ubuntu/
|
||||||
Components: stable
|
Components: stable
|
||||||
UDebComponents: stable
|
UDebComponents: stable
|
||||||
Architectures: amd64
|
Architectures: amd64 arm64
|
||||||
GetInRelease: no
|
GetInRelease: no
|
||||||
VerifyRelease: F273FCD8
|
VerifyRelease: F273FCD8
|
||||||
|
Loading…
Reference in New Issue
Block a user