Armbian next CI/pre switch adjustements

- bump version to 23.05
- adjust OCI repositories, changed hash lenght to 12 and removed rootfs- prefix to shorten names (costmetic adjustement)
- build configs were moved to https://github.com/armbian/os
- remove CI that is not going to work anymore. This means also master is out of this CI
- small changed to Readme.txt. Just adding some note, removing obvious
- add propery - supported arhitectures for distribution. Needed for CI optimisation
- remove README.armbian-next.md (need to be somewhere else)
- shrink CODEOWNERS due to messages overload

Signed-off-by: Igor <igor@armbian.com>
This commit is contained in:
Igor
2023-02-18 18:11:04 +01:00
parent 99b8317976
commit 27cdc2f7ff
31 changed files with 32 additions and 49716 deletions

View File

@@ -23,7 +23,7 @@ function artifact_rootfs_prepare_version() {
# outer scope
artifact_version="${rootfs_cache_id}"
artifact_version_reason="${reasons[*]}"
artifact_name="rootfs-${ARCH}-${RELEASE}-${cache_type}"
artifact_name="${ARCH}-${RELEASE}-${cache_type}"
artifact_type="tar.zst"
artifact_base_dir="${SRC}/cache/rootfs"
artifact_final_file="${SRC}/cache/rootfs/${ARCH}-${RELEASE}-${rootfs_cache_id}.tar.zst"
@@ -116,7 +116,7 @@ function artifact_rootfs_cli_adapter_config_prep() {
}
function artifact_rootfs_get_default_oci_target() {
artifact_oci_target_base="ghcr.io/armbian/rootfs-cache/"
artifact_oci_target_base="ghcr.io/armbian/cache-root/"
}
function artifact_rootfs_is_available_in_local_cache() {