mirror of
https://github.com/rancher/os.git
synced 2025-09-26 05:03:05 +00:00
fix gen-os-config.sh error
Need to source build.conf.${ARCH} file when we generate os-config.yml after the pr(https://github.com/rancher/os/pull/815) merged. this patch fix it. Signed-off-by: Wang Long <long.wanglong@huawei.com>
This commit is contained in:
@@ -5,6 +5,7 @@ cd $(dirname $0)/..
|
|||||||
|
|
||||||
set -a
|
set -a
|
||||||
. build.conf
|
. build.conf
|
||||||
|
. build.conf.${ARCH}
|
||||||
|
|
||||||
SUFFIX=""
|
SUFFIX=""
|
||||||
[ "${ARCH}" == "amd64" ] || SUFFIX="_${ARCH}"
|
[ "${ARCH}" == "amd64" ] || SUFFIX="_${ARCH}"
|
||||||
|
Reference in New Issue
Block a user