]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
automation: Add more aliases in containerize
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 21 Feb 2023 16:55:40 +0000 (16:55 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 22 Feb 2023 13:04:23 +0000 (13:04 +0000)
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/scripts/containerize

index 9e508918bf88f532147d78a50dd5c2cda31535d2..9b1a302d0565e119958b436c81f3d0189946767d 100755 (executable)
@@ -33,9 +33,12 @@ case "_${CONTAINER}" in
     _fedora) CONTAINER="${BASE}/fedora:29";;
     _focal) CONTAINER="${BASE}/ubuntu:focal" ;;
     _jessie) CONTAINER="${BASE}/debian:jessie" ;;
+    _jessie-i386) CONTAINER="${BASE}/debian:jessie-i386" ;;
     _stretch|_) CONTAINER="${BASE}/debian:stretch" ;;
+    _stretch-i386) CONTAINER="${BASE}/debian:stretch-i386" ;;
     _buster-gcc-ibt) CONTAINER="${BASE}/debian:buster-gcc-ibt" ;;
     _unstable|_) CONTAINER="${BASE}/debian:unstable" ;;
+    _unstable-i386) CONTAINER="${BASE}/debian:unstable-i386" ;;
     _unstable-arm32-gcc) CONTAINER="${BASE}/debian:unstable-arm32-gcc" ;;
     _unstable-arm64v8) CONTAINER="${BASE}/debian:unstable-arm64v8" ;;
     _trusty) CONTAINER="${BASE}/ubuntu:trusty" ;;