Skip to content

Commit

Permalink
images: Fix Debian riscv64
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 21, 2024
1 parent d98eade commit e982a31
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions images/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1155,13 +1155,6 @@ packages:
update: true
cleanup: true
sets:
- packages:
- debian-ports-archive-keyring
action: install
early: true
architectures:
- riscv64

- packages:
- dialog
- init
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e982a31

Please sign in to comment.