mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-03 15:41:31 +01:00
This change adds a job for publishing binary packages to the build cache server to the ci automation. Also, setup_board is updated to use the buildcache package cache if a nightly build version is detected. Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
9 lines
376 B
Bash
9 lines
376 B
Bash
# Flatcar SDK settings
|
|
|
|
# Binary package caches, for releases and for development (nightlies etc.)
|
|
SETTING_BINPKG_SERVER_PROD="https://mirror.release.flatcar-linux.net"
|
|
|
|
# development servers / bin caches.
|
|
SETTING_BINPKG_SERVER_DEV="https://bucket.release.flatcar-linux.net/flatcar-jenkins"
|
|
SETTING_BINPKG_SERVER_DEV_CONTAINERISED="https://bincache.flatcar-linux.net/binpkgs"
|