mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Merge pull request #218 from philips/new-update-url
fix(build_library): use https://public.update.core-os.net now
This commit is contained in:
commit
e9896acc29
@ -29,7 +29,7 @@ COREOS_VERSION_NAME="CoreOS"
|
||||
COREOS_VERSION_AUSERVER=""
|
||||
if [[ -n "${FLAGS_group}" ]]; then
|
||||
if [[ "${FLAGS_board}" == "amd64-usr" ]]; then
|
||||
COREOS_VERSION_AUSERVER="http://public.roller.core-os.net/v1/update/"
|
||||
COREOS_VERSION_AUSERVER="https://public.update.core-os.net/v1/update/"
|
||||
elif [[ "${FLAGS_board}" == "amd64-generic" ]]; then
|
||||
COREOS_VERSION_AUSERVER="https://api.core-os.net/v1/update/"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user