From e982a310b9000e285e0a302a3b47f5c7507504be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Sat, 21 Dec 2024 03:36:52 -0500 Subject: [PATCH] images: Fix Debian riscv64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- images/debian.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/images/debian.yaml b/images/debian.yaml index 097ecd10..734a7459 100644 --- a/images/debian.yaml +++ b/images/debian.yaml @@ -1155,13 +1155,6 @@ packages: update: true cleanup: true sets: - - packages: - - debian-ports-archive-keyring - action: install - early: true - architectures: - - riscv64 - - packages: - dialog - init @@ -1299,19 +1292,6 @@ packages: {% if image.release != "sid" %}deb http://deb.debian.org/debian {{ image.release }}-updates main{% endif %} {% if image.release != "sid" and image.release != "buster" %}deb http://deb.debian.org/debian-security/ {{ image.release }}-security main{% endif %} {% if image.release == "buster" %}deb http://deb.debian.org/debian-security/ {{ image.release }}/updates main{% endif %} - architectures: - - amd64 - - arm64 - - armel - - armhf - - i386 - - ppc64el - - s390x - - name: sources.list - url: |- - deb http://deb.debian.org/debian sid main - architectures: - - riscv64 actions: - trigger: post-unpack