Fix compiled firmware path
This commit is contained in:
@@ -4,7 +4,7 @@ set -u
|
||||
IMAGE_NAME="zyxel-openwrt-builder"
|
||||
CONTAINER_NAME="openwrt-builder-container"
|
||||
OPENWRT_DIR="/home/builder/openwrt"
|
||||
FIRMWARE_PATH="${OPENWRT_DIR}/bin/brcm963xx/zyxel/ras.bin"
|
||||
FIRMWARE_PATH="${OPENWRT_DIR}/bin/brcm963xx-glibc/zyxel/ras.bin"
|
||||
|
||||
echo "Building Docker image ${IMAGE_NAME}..."
|
||||
docker build --platform linux/amd64 -t "${IMAGE_NAME}" .
|
||||
|
||||
Reference in New Issue
Block a user