chore(all): update to v0.10.1

This commit is contained in:
砼砼 2021-09-29 15:37:00 +08:00
parent b2f2d38f9c
commit e8ead8a3e3
No known key found for this signature in database
GPG Key ID: 3FDE30A50EA2CCEA
2 changed files with 4 additions and 4 deletions

View File

@ -24,8 +24,8 @@ ARG REDPILL_LOAD_REPO=https://github.com/RedPill-TTG/redpill-load.git
ARG REDPILL_LOAD_BRANCH=master
ARG REDPILL_LOAD_SRC=/opt/redpill-load
RUN git clone --depth 1 ${REDPILL_LKM_REPO} -b ${REDPILL_LKM_BRANCH} ${REDPILL_LKM_SRC} && \
git clone --depth 1 ${REDPILL_LOAD_REPO} -b ${REDPILL_LOAD_BRANCH} ${REDPILL_LOAD_SRC}
RUN git clone --depth 50 ${REDPILL_LKM_REPO} -b ${REDPILL_LKM_BRANCH} ${REDPILL_LKM_SRC} && \
git clone --depth 50 ${REDPILL_LOAD_REPO} -b ${REDPILL_LOAD_BRANCH} ${REDPILL_LOAD_SRC}
ARG TARGET_PLATFORM
ARG TARGET_VERSION

View File

@ -122,8 +122,8 @@
}
},
{
"id": "apollolake-7.0.1-42214",
"platform_version": "apollolake-7.0.1-42214",
"id": "apollolake-7.0.1-42218",
"platform_version": "apollolake-7.0.1-42218",
"user_config_json": "apollolake_user_config.json",
"docker_base_image": "ubuntu:20.04",
"compile_with": "toolkit_dev",