Skip to content

Commit

Permalink
chore(all): update to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tossp committed Sep 29, 2021
1 parent b2f2d38 commit e8ead8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions global_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e8ead8a

Please sign in to comment.