mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
fix(build_library) fix the build breakage from previous amd64-user change
This commit is contained in:
parent
9b300e6240
commit
9ee59adf6f
@ -33,14 +33,14 @@ ROOT_FS_DIR="$FLAGS_root"
|
||||
|
||||
COREOS_VERSION_NAME="CoreOS"
|
||||
if [[ -n "${FLAGS_production_track}" ]]; then
|
||||
if [[ "${$FLAGS_board}" == "amd64-usr" ]]; then
|
||||
if [[ "${FLAGS_board}" == "amd64-usr" ]]; then
|
||||
FLAGS_production_track="alpha"
|
||||
fi
|
||||
COREOS_VERSION_TRACK="${FLAGS_production_track}"
|
||||
COREOS_VERSION_DESCRIPTION="${COREOS_VERSION_STRING} (Official Build) \
|
||||
${COREOS_VERSION_TRACK} $FLAGS_board test"
|
||||
if [[ "${FLAGS_production_track}" != "sdk" ]]; then
|
||||
if [[ "${$FLAGS_board}" == "amd64-usr" ]]; then
|
||||
if [[ "${FLAGS_board}" == "amd64-usr" ]]; then
|
||||
COREOS_VERSION_AUSERVER="https://public.roller.core-os.net/v1/update/"
|
||||
else
|
||||
COREOS_VERSION_AUSERVER="https://api.core-os.net/v1/update/"
|
||||
|
Loading…
Reference in New Issue
Block a user