From 748090b7ab4d8a447dbcc95a8dad53fad56a39d9 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sun, 10 Apr 2022 14:08:50 -0400 Subject: [PATCH] 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 --- .../roles/reprepro/files/debian-docker-focal/config/updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/reprepro/files/debian-docker-focal/config/updates b/playbooks/roles/reprepro/files/debian-docker-focal/config/updates index f3a04db241..427f2a59ff 100755 --- a/playbooks/roles/reprepro/files/debian-docker-focal/config/updates +++ b/playbooks/roles/reprepro/files/debian-docker-focal/config/updates @@ -2,6 +2,6 @@ Name: debian-docker Method: https://download.docker.com/linux/ubuntu/ Components: stable UDebComponents: stable -Architectures: amd64 +Architectures: amd64 arm64 GetInRelease: no VerifyRelease: F273FCD8