1
0
mirror of https://github.com/rancher/os.git synced 2025-08-28 19:21:42 +00:00

Different $OS_RELEASES_YML for different architectures

This commit is contained in:
Ivan Mikushin 2016-03-21 20:48:09 -07:00
parent 8653a2cd8f
commit cd46d7ca37
4 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,3 @@ SELINUX_POLICY_URL=https://github.com/rancher/refpolicy/releases/download/v0.0.1
HOSTNAME_DEFAULT=rancher
OS_IMAGES_ROOT=rancher
OS_SERVICES_REPO=https://raw.githubusercontent.com/rancher/os-services
OS_RELEASES_YML=https://releases.rancher.com/os/releases.yml

View File

@ -3,3 +3,4 @@ TOOLCHAIN= #empty
COMPILED_KERNEL_URL=https://github.com/rancher/os-kernel/releases/download/Ubuntu-4.2.0-28.33-rancher/linux-4.2.8-ckt3-rancher-x86.tar.gz
DOCKER_BINARY_URL=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
OS_RELEASES_YML=https://releases.rancher.com/os/releases.yml

View File

@ -3,3 +3,4 @@ TOOLCHAIN=arm-linux-gnueabihf
COMPILED_KERNEL_URL= #empty
DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm
OS_RELEASES_YML=https://releases.rancher.com/os/releases_arm.yml

View File

@ -3,3 +3,4 @@ TOOLCHAIN=aarch64-linux-gnu
COMPILED_KERNEL_URL=https://github.com/imikushin/os-kernel/releases/download/Estuary-4.1.18-arm64-3/linux-4.1.18-arm64.tar.gz
DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
OS_RELEASES_YML=https://releases.rancher.com/os/releases_arm64.yml