Skip to content

Commit 76fcd71

Browse files
committed
build-x86-images: build base by default instead of no images
this matches what the help text says
1 parent 5f68211 commit 76fcd71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-x86-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -eu
66

77
PROGNAME=$(basename "$0")
88
ARCH=$(uname -m)
9-
IMAGES=
9+
IMAGES="base"
1010
TRIPLET=
1111
REPO=
1212
DATE=$(date -u +%Y%m%d)

0 commit comments

Comments
 (0)