1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

manibuilder/debian: Drop all sid image tags

Sid is the codename of Debian unstable, it's a moving target. Thus,
we can never hope to be able to reproduce what an older image did.

Change-Id: I637daffae8a5f33493de02dc240df63eefcc9aa1
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/66998
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Nico Huber 2022-08-24 00:32:11 +02:00 committed by Felix Singer
parent bbaa5e5056
commit e31ca8c7f5

View File

@ -18,7 +18,7 @@ MULTIARCH_TAGS := \
fedora\:$(v)-$(a))) \
fedora\:28-armhfp \
$(foreach a,ppc64el arm64 armhf mips mipsel amd64 i386, \
$(foreach v,sid buster stretch, \
$(foreach v,buster stretch, \
debian-debootstrap\:$(a)-$(v))) \
$(foreach a,ppc64el arm64 armhf amd64 i386, \
$(foreach v,bionic xenial, \
@ -69,7 +69,6 @@ DEFAULT_TAGS := \
debian-debootstrap\:mipsel-stretch \
debian-debootstrap\:amd64-stretch \
debian-debootstrap\:i386-stretch \
debian-debootstrap\:amd64-sid \
ubuntu-debootstrap\:arm64-xenial \
ubuntu-debootstrap\:amd64-xenial \
ubuntu-debootstrap\:powerpc-xenial \