Skip to content

Commit

Permalink
bump openwrt version v7
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Mar 4, 2022
1 parent f6d17cf commit c860d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build_image/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
artifacts
openwrt
4 changes: 2 additions & 2 deletions build_image/run_build_image_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inf "RUN_PATH=$RUN_PATH"
inf "SCRIPT_PATH=$SCRIPT_PATH"

# DOCKER_IMAGE=debian:buster
DOCKER_IMAGE=openwrt
DOCKER_IMAGE=openwrt_build
RUN_SHELL=${RUN_SHELL:-false}
SKIP_PULL=${SKIP_PULL:-true}
BUILD_VERBOSE=${BUILD_VERBOSE:-true}
Expand All @@ -25,7 +25,7 @@ inf "SKIP_PULL=$SKIP_PULL"
inf "BUILD_VERBOSE=$BUILD_VERBOSE"
inf "SKIP_DOWNLOAD=$SKIP_DOWNLOAD"

# docker build -t openwrt .
docker build -t openwrt_build .

# docker pull ${DOCKER_IMAGE}
if [[ $RUN_SHELL == true ]]; then
Expand Down

0 comments on commit c860d8e

Please sign in to comment.