瀏覽代碼

build-x86-images: build base by default instead of no images

this matches what the help text says
classabbyamp 1 年之前
父節點
當前提交
76fcd713bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build-x86-images.sh

+ 1 - 1
build-x86-images.sh

@@ -6,7 +6,7 @@ set -eu
 
 PROGNAME=$(basename "$0")
 ARCH=$(uname -m)
-IMAGES=
+IMAGES="base"
 TRIPLET=
 REPO=
 DATE=$(date -u +%Y%m%d)